mirror of
https://github.com/gentoo-mirror/gentoo.git
synced 2026-07-27 21:48:16 -07:00
dev-python/texttable: Version bump to 0.8.8
Package-Manager: Portage-2.3.5, Repoman-2.3.2
This commit is contained in:
@@ -1 +1,2 @@
|
||||
DIST texttable-0.8.3.tar.gz 8569 SHA256 f333ac915e7c5daddc7d4877b096beafe74ea88b4b746f82a4b110f84e348701 SHA512 d9a50f6fd9cd2a6d55afd5e686ac8ff2b2ebcf8c8041209ffae3e3864529c54a384840a65df2b87a942528005ca864d00bb01dfaeb33308843c01db7471931c8 WHIRLPOOL 5086e7f26781b2cc9806420f7f9bf02a3e1a0c4d24dd2bfeb8ad8e497ecdbb5e4c8cf8a7de09ebe8cc7930eba54b0b560a9281471d8013a8a3fb472da928d066
|
||||
DIST texttable-0.8.8.tar.gz 10599 SHA256 0be1ecd6468847fc2f3b57b6c1862d8c0ae6832c037c97db502053311eff9a99 SHA512 4db089bee787103c00a54dfffcad15a8c299abeb48623c3b179f2a872bcae159a4e7068b2e4ca0efec95e6782b806a5898ad6e57f4290be697d0c8b913446b32 WHIRLPOOL b00be3e16c818a9b5cc030af0fc830ee6f4ef023350498de6f4f9ee1be48e23391997e2d32640e697a788a752c254a458a2608b8b0fc801c7b43803f792b3a41
|
||||
|
||||
20
dev-python/texttable/texttable-0.8.8.ebuild
Normal file
20
dev-python/texttable/texttable-0.8.8.ebuild
Normal file
@@ -0,0 +1,20 @@
|
||||
# Copyright 1999-2017 Gentoo Foundation
|
||||
# Distributed under the terms of the GNU General Public License v2
|
||||
|
||||
EAPI=6
|
||||
PYTHON_COMPAT=( python{2_7,3_4,3_5} )
|
||||
|
||||
inherit distutils-r1
|
||||
|
||||
DESCRIPTION="module for creating simple ASCII tables"
|
||||
HOMEPAGE="http://foutaise.org/code/"
|
||||
SRC_URI="mirror://pypi/${PN:0:1}/${PN}/${P}.tar.gz"
|
||||
|
||||
LICENSE="LGPL-2.1"
|
||||
SLOT="0"
|
||||
KEYWORDS="~amd64"
|
||||
IUSE=""
|
||||
|
||||
python_test() {
|
||||
py.test tests.py || die
|
||||
}
|
||||
Reference in New Issue
Block a user