diff options
author | V3n3RiX <venerix@redcorelinux.org> | 2018-07-14 21:03:06 +0100 |
---|---|---|
committer | V3n3RiX <venerix@redcorelinux.org> | 2018-07-14 21:03:06 +0100 |
commit | 8376ef56580626e9c0f796d5b85b53a0a1c7d5f5 (patch) | |
tree | 7681bbd4e8b05407772df40a4bf04cbbc8afc3fa /dev-python/pytools | |
parent | 30a9caf154332f12ca60756e1b75d2f0e3e1822d (diff) |
gentoo resync : 14.07.2018
Diffstat (limited to 'dev-python/pytools')
-rw-r--r-- | dev-python/pytools/Manifest | 6 | ||||
-rw-r--r-- | dev-python/pytools/metadata.xml | 12 | ||||
-rw-r--r-- | dev-python/pytools/pytools-2016.2.6-r1.ebuild | 37 | ||||
-rw-r--r-- | dev-python/pytools/pytools-2017.4-r1.ebuild | 37 | ||||
-rw-r--r-- | dev-python/pytools/pytools-9999.ebuild | 37 |
5 files changed, 129 insertions, 0 deletions
diff --git a/dev-python/pytools/Manifest b/dev-python/pytools/Manifest new file mode 100644 index 000000000000..f431cd416832 --- /dev/null +++ b/dev-python/pytools/Manifest @@ -0,0 +1,6 @@ +DIST pytools-2016.2.6.tar.gz 49708 BLAKE2B e8cef0db856ca345bd06a0da16e07268c4f1801ba0cbfedccc47eb1379c658e5dddc8eee7e2ea00fb08539521497980a9474542168728a08e2a51b2cab2a3e98 SHA512 87faf5221982815ffecf8bbe4a81eb211111aa8f893132cb5ed0d23e3464b651dcd5070589972c5dc7fac7c4dce768dfe4e064d8346e637af4bfff36aea17833 +DIST pytools-2017.4.tar.gz 51339 BLAKE2B 725518ea3aab7fb158134f9539fe1f42603beebb547260e3556466d89b084bcd0adc367bbad63a461553c88eb5c50e2c2f510a02bfb99b9e3affab29eaddf148 SHA512 4f588b725bc478303d539851110ad627baa2768d5d013434ca20e36fa315a842d0f7c3adebd5ae948f642fc5b9ad4940fbe1ee6afeaf0f16c4bc937210e9fa19 +EBUILD pytools-2016.2.6-r1.ebuild 870 BLAKE2B cdfe901a58e8b9413bd170226faf4ce8ac839e3ed929ee7b3b06866fd79de3bd3c6130646d9bb7f586bf4adeef1a2c187314e940d3d5ebfd3bc7c1e19110e916 SHA512 8aee3035a4a800e7ebfdfb9e91960f5ad7f4947f17972f67135a12c4439ae813b270ed51abbd2e9ee2eab3844e6732b19ae7dbee0f851a8ac6b0739c38c10d2d +EBUILD pytools-2017.4-r1.ebuild 894 BLAKE2B fbd83d84540871bd87601e2f895b8b7dc73261776ad1d5bffc8661c3bf22c066695f1c910d8f1ef24659880f876303f817a9d42576080e44aa463783d9eda891 SHA512 1e83751c673052aa9fbb6f5a3ae1276d85c02ff490ef861f196f98a81855f23366d1fceacb7b3425c0bff1d46e65d3525788b23f877c28e611f5416c62a03e85 +EBUILD pytools-9999.ebuild 869 BLAKE2B 3ea9efc36cdf3dcb49c55618c3909729061dbe5d1cec3155d1865734827166051aceefeca5f2b3969766f384324921c79faeef5645b918ffcffd9c7675eced0d SHA512 9fbd9e7314969041931b9e674d56f41da897904912a5f085ea1b75f733234e98c2b5cfc972dfd87383beac16ac33b24d18eebbea9f2b5a22334ba4a1da6e2d9a +MISC metadata.xml 365 BLAKE2B 9c5220f78fa8d68a183b9a60a3d2531359b46761a57288ab4d8db1d0485de923e87718dccd6c91d514b7b436d4c292c29e5d4eaef279d9d46fd3113c6995d078 SHA512 5df10be2b52e92d013020a311d433d36b3d98ad030db8ea9d10becf9f1c46d2fc326c1d77cb9f7ec73778fd9716b74468aa2192f003654bf0ebf3b94bf706a5b diff --git a/dev-python/pytools/metadata.xml b/dev-python/pytools/metadata.xml new file mode 100644 index 000000000000..b7577277a95a --- /dev/null +++ b/dev-python/pytools/metadata.xml @@ -0,0 +1,12 @@ +<?xml version="1.0" encoding="UTF-8"?> +<!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd"> +<pkgmetadata> + <maintainer type="project"> + <email>python@gentoo.org</email> + <name>Python</name> + </maintainer> + <upstream> + <remote-id type="pypi">pytools</remote-id> + <remote-id type="github">inducer/pytools</remote-id> + </upstream> +</pkgmetadata> diff --git a/dev-python/pytools/pytools-2016.2.6-r1.ebuild b/dev-python/pytools/pytools-2016.2.6-r1.ebuild new file mode 100644 index 000000000000..380608c14d90 --- /dev/null +++ b/dev-python/pytools/pytools-2016.2.6-r1.ebuild @@ -0,0 +1,37 @@ +# 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,5}} ) +PYTHON_REQ_USE='sqlite' + +inherit distutils-r1 + +DESCRIPTION="A collection of tools missing from the Python standard library" +HOMEPAGE="https://mathema.tician.de/software/pytools/" +SRC_URI="mirror://pypi/${PN:0:1}/${PN}/${P}.tar.gz" + +LICENSE="MIT" +SLOT="0" +KEYWORDS="amd64 x86" +IUSE="test" + +RDEPEND=" + >=dev-python/appdirs-1.4.0[${PYTHON_USEDEP}] + >=dev-python/decorator-3.2.0[${PYTHON_USEDEP}] + >=dev-python/numpy-1.6.0[${PYTHON_USEDEP}] + >=dev-python/six-1.8.0[${PYTHON_USEDEP}] +" +DEPEND=" + >=dev-python/setuptools-0.7.2[${PYTHON_USEDEP}] + test? ( + ${RDEPEND} + dev-python/pytest[${PYTHON_USEDEP}] + dev-python/pytest-runner[${PYTHON_USEDEP}] + ) +" + +python_test() { + py.test -v || die "Tests fail with ${EPYTHON}" +} diff --git a/dev-python/pytools/pytools-2017.4-r1.ebuild b/dev-python/pytools/pytools-2017.4-r1.ebuild new file mode 100644 index 000000000000..9d2004504056 --- /dev/null +++ b/dev-python/pytools/pytools-2017.4-r1.ebuild @@ -0,0 +1,37 @@ +# Copyright 1999-2018 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 + +EAPI=6 + +PYTHON_COMPAT=( python{2_7,3_{4,5,6}} ) +PYTHON_REQ_USE='sqlite' + +inherit distutils-r1 + +DESCRIPTION="Collection of tools missing from the Python standard library" +HOMEPAGE="https://mathema.tician.de/software/pytools/" +SRC_URI="mirror://pypi/${PN:0:1}/${PN}/${P}.tar.gz" + +LICENSE="MIT" +SLOT="0" +KEYWORDS="amd64 x86 ~amd64-linux ~x86-linux" +IUSE="test" + +RDEPEND=" + >=dev-python/appdirs-1.4.0[${PYTHON_USEDEP}] + >=dev-python/decorator-3.2.0[${PYTHON_USEDEP}] + >=dev-python/numpy-1.6.0[${PYTHON_USEDEP}] + >=dev-python/six-1.8.0[${PYTHON_USEDEP}] +" +DEPEND=" + >=dev-python/setuptools-0.7.2[${PYTHON_USEDEP}] + test? ( + ${RDEPEND} + dev-python/pytest[${PYTHON_USEDEP}] + dev-python/pytest-runner[${PYTHON_USEDEP}] + ) +" + +python_test() { + py.test -v || die "Tests fail with ${EPYTHON}" +} diff --git a/dev-python/pytools/pytools-9999.ebuild b/dev-python/pytools/pytools-9999.ebuild new file mode 100644 index 000000000000..21dc80339dc6 --- /dev/null +++ b/dev-python/pytools/pytools-9999.ebuild @@ -0,0 +1,37 @@ +# Copyright 1999-2018 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 + +EAPI=6 + +PYTHON_COMPAT=( python{2_7,3_{4,5,6}} ) +PYTHON_REQ_USE='sqlite' + +inherit distutils-r1 git-r3 + +DESCRIPTION="A collection of tools missing from the Python standard library" +HOMEPAGE="https://mathema.tician.de/software/pytools/" +EGIT_REPO_URI="https://github.com/inducer/pytools" + +LICENSE="MIT" +SLOT="0" +KEYWORDS="" +IUSE="test" + +RDEPEND=" + >=dev-python/appdirs-1.4.0[${PYTHON_USEDEP}] + >=dev-python/decorator-3.2.0[${PYTHON_USEDEP}] + >=dev-python/numpy-1.6.0[${PYTHON_USEDEP}] + >=dev-python/six-1.8.0[${PYTHON_USEDEP}] +" +DEPEND=" + >=dev-python/setuptools-0.7.2[${PYTHON_USEDEP}] + test? ( + ${RDEPEND} + dev-python/pytest[${PYTHON_USEDEP}] + dev-python/pytest-runner[${PYTHON_USEDEP}] + ) +" + +python_test() { + py.test -v || die "Tests fail with ${EPYTHON}" +} |