add python-dateutil-2.8.0
This commit is contained in:
3
dev-python/python-dateutil/Manifest
Normal file
3
dev-python/python-dateutil/Manifest
Normal file
@@ -0,0 +1,3 @@
|
||||
DIST python-dateutil-2.8.0.tar.gz 327134 BLAKE2B 6525eee57aeaef3c588413210df7c1ad3627a380c6e44af78e9acc9abea523b29e8d9afec495f8d1e585d25d32ab82e6e28bf93dca148893d2e6a533e1f4ce47 SHA512 ec7da86203572582f883a4686acf8a732a2de4f396d809057eb51b2c60dbca5623a7fa90c2c0618c281a2282c60841739bd837731a51cc876f4ff369297f2f81
|
||||
EBUILD python-dateutil-2.8.0.ebuild 731 BLAKE2B 101e9c6687fa9617c1c0271b0f81a3efac421cc7899536ad7865d522a5e941ad4de42e0adc710ca42a0113a524b75b5b2bfdf0d6d59914afb6d5faf4138b335f SHA512 9b7beb9c59e0e16cef9cc554ba0be2f038d11771dc6635cdd44325ccc20b3dba163a5c44fad9178577c80c48b9c7deb762b402eaa6c71a674b635bcf8ef09dcb
|
||||
MISC metadata.xml 466 BLAKE2B 9a89be6194b5010e55da1392afdf3e56f38957f09a0da3de6f394ac76a7b9fdde06a5d5ce4ac51ab0be3e0d0ad3fda7f56d4191ab149ee0ee4041d03a003ee67 SHA512 1a51af5341e6e55fada6952daff7411db2b454ffc1633231bcaba089f91cbb44f17e8c9d1dbe45fa75d399ef581ed45a6ac219089633c02376eea3e71d6b2aa1
|
||||
16
dev-python/python-dateutil/metadata.xml
Normal file
16
dev-python/python-dateutil/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">python-dateutil</remote-id>
|
||||
<maintainer status="unknown">
|
||||
<email>dateutil@python.org</email>
|
||||
<name>Paul Ganssle</name>
|
||||
</maintainer>
|
||||
</upstream>
|
||||
</pkgmetadata>
|
||||
30
dev-python/python-dateutil/python-dateutil-2.8.0.ebuild
Normal file
30
dev-python/python-dateutil/python-dateutil-2.8.0.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="Extensions to the standard Python datetime module"
|
||||
HOMEPAGE="https://dateutil.readthedocs.io https://pypi.org/project/python-dateutil/"
|
||||
SRC_URI="mirror://pypi/${P:0:1}/${PN}/${P}.tar.gz"
|
||||
|
||||
LICENSE="Dual 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
|
||||
}
|
||||
Reference in New Issue
Block a user