bump pypck-0.6.2
This commit is contained in:
3
dev-python/aenum/Manifest
Normal file
3
dev-python/aenum/Manifest
Normal file
@@ -0,0 +1,3 @@
|
||||
DIST aenum-2.1.2.tar.gz 98823 BLAKE2B d18c4d867ad3d8d9dde54f0f9fc957b7f716e5680d0aafe9aa0b0e52b1a9a68e007e2cb11ea622b4e0a8cabcd61152dab2d10e2ded5682c612bc719ebeeeccce SHA512 18612913639c313dd652ba5b0c07c221621a788bae0cfcbacb9b2fbfa988e1028cd91af28c53096a913356b8ff4f8e8f340be5e4dc9b293ecc463ece1e95c97d
|
||||
EBUILD aenum-2.1.2.ebuild 770 BLAKE2B d608b1ecef8968050342bf407e5df2792dee65ed19e685d01af3f371fb597fc2f4078c2260078053977bcf7c28285fffa6f3aec8ec883d775284407975d8a59c SHA512 9a133be337a2d72056c6fd14ad8667be29e94125b53cdcb3af1e709de04e26ccdca05d6c081732a5b5b787ac7c3478cdaf485bec7b288210cdef3c827e83ddb8
|
||||
MISC metadata.xml 455 BLAKE2B 491a6caef7b11d8ad08ba6d34823795c4a2d165aa7c033371016db42f8609876b3c83025e78f033b3e98f51fdd84f07af0f26927ac004473741f7ff7b9537c84 SHA512 300f6fd23bada1d94c7caf18d922cc9cadbab1c1d510f5d532673289a8e3e00fcda3737cb0b9a5986fe8573ccef2dcd95a065765818a4e3ec28fea6b32c1f2ce
|
||||
30
dev-python/aenum/aenum-2.1.2.ebuild
Normal file
30
dev-python/aenum/aenum-2.1.2.ebuild
Normal file
@@ -0,0 +1,30 @@
|
||||
# Copyright 1999-2019 Gentoo Authors Andreas Billmeier b (at) edevau.net
|
||||
# Distributed under the terms of the GNU General Public License v3.0
|
||||
|
||||
EAPI="7"
|
||||
|
||||
PYTHON_COMPAT=( python3_{5,6,7} )
|
||||
|
||||
inherit distutils-r1
|
||||
|
||||
DESCRIPTION="Advanced Enumerations (compatible with Python's stdlib Enum), NamedTuples, and NamedConstants"
|
||||
HOMEPAGE="https://bitbucket.org/stoneleaf/aenum https://pypi.org/project/aenum/"
|
||||
SRC_URI="mirror://pypi/${P:0:1}/${PN}/${P}.tar.gz"
|
||||
|
||||
LICENSE="BSD License"
|
||||
SLOT="0"
|
||||
KEYWORDS="~amd64 ~x86 ~amd64-linux ~x86-linux"
|
||||
IUSE="test"
|
||||
|
||||
RDEPEND=""
|
||||
DEPEND="${REDEPEND}
|
||||
dev-python/setuptools[${PYTHON_USEDEP}]
|
||||
test? (
|
||||
dev-python/nose[${PYTHON_USEDEP}]
|
||||
dev-python/pytest[${PYTHON_USEDEP}]
|
||||
)"
|
||||
|
||||
python_test() {
|
||||
nosetests --verbose || die
|
||||
py.test -v -v || die
|
||||
}
|
||||
16
dev-python/aenum/metadata.xml
Normal file
16
dev-python/aenum/metadata.xml
Normal file
@@ -0,0 +1,16 @@
|
||||
<?xml version='1.0' encoding='UTF-8'?>
|
||||
<!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd">
|
||||
<pkgmetadata>
|
||||
<maintainer>
|
||||
<email>b@edevau.net</email>
|
||||
<name>Andreas Billmeier</name>
|
||||
</maintainer>
|
||||
<herd>python</herd>
|
||||
<upstream>
|
||||
<remote-id type="pypi">aenum</remote-id>
|
||||
<maintainer status="unknown">
|
||||
<email>ethan@stoneleaf.us</email>
|
||||
<name>Ethan Furman</name>
|
||||
</maintainer>
|
||||
</upstream>
|
||||
</pkgmetadata>
|
||||
Reference in New Issue
Block a user