diff options
author | V3n3RiX <venerix@redcorelinux.org> | 2017-10-09 18:53:29 +0100 |
---|---|---|
committer | V3n3RiX <venerix@redcorelinux.org> | 2017-10-09 18:53:29 +0100 |
commit | 4f2d7949f03e1c198bc888f2d05f421d35c57e21 (patch) | |
tree | ba5f07bf3f9d22d82e54a462313f5d244036c768 /dev-python/pytest-cython |
reinit the tree, so we can have metadata
Diffstat (limited to 'dev-python/pytest-cython')
-rw-r--r-- | dev-python/pytest-cython/Manifest | 3 | ||||
-rw-r--r-- | dev-python/pytest-cython/metadata.xml | 12 | ||||
-rw-r--r-- | dev-python/pytest-cython/pytest-cython-0.1.0.ebuild | 22 |
3 files changed, 37 insertions, 0 deletions
diff --git a/dev-python/pytest-cython/Manifest b/dev-python/pytest-cython/Manifest new file mode 100644 index 000000000000..09ab5afe671a --- /dev/null +++ b/dev-python/pytest-cython/Manifest @@ -0,0 +1,3 @@ +DIST pytest-cython-0.1.0.tar.gz 19109 SHA256 90fa7e4e619bababeb433d3ba173a80d20473cce0bf3dce2c0e6f298becf5998 SHA512 65d8d25f95f2419ae76902cad8f0f4c9b810dbbba80621d301f53d2128dfeb11c4d74e2ac4f1e39f63aadfc1404e9000c0668efbab4793d307f0b90345023771 WHIRLPOOL 1d360c1dfafd6059c75741e984ce3d6a7a09bb8ff0135c8d318d8ba345c59e21d16a83a52c2a7ce222dc7ea58bc13fd6ab5e8fd32fa4df22154086e977608d2c +EBUILD pytest-cython-0.1.0.ebuild 532 SHA256 43d726761a7672f9db1b8b6df9e1d85243760d0e2c3321414809866fd50afc1b SHA512 77f132fa58d9dd1d5b7140de45fa648061c38ccb5f61222132e6f88d6f1f9ded302c3711042027fe155e975e22e12a226b3480a22848c997e1e0f7fa8258aaed WHIRLPOOL d3aa09be6f4e2f2b86bfc4ef96217cf5b3a9474db4f8807a04e09e4ee0ff6d17326329de190e580c2c8d4cc5e532fd3627884bd56168d406643cd2095a59f942 +MISC metadata.xml 388 SHA256 86fa42b5b710c4489ec00c258e9cd0f9c7eb8be406fb1e57ad7472a3fdfb8a85 SHA512 9a0cead855da37845b25a91c72b9211d9a273db49da4fc925c593f7f083f5d7aec6376dfd7db1dea88ee4ca0b51a3ad58e000af37960aa2afc8416ed78b3ff64 WHIRLPOOL 9613d10edc1113a1b97bfddd07f54172b85e0722bc431ba45fc08bd096bbb58ea72ecd2aa900f6c520ba082ea48c741577bfebad95b11206404584acceefb3d7 diff --git a/dev-python/pytest-cython/metadata.xml b/dev-python/pytest-cython/metadata.xml new file mode 100644 index 000000000000..535d87310a6a --- /dev/null +++ b/dev-python/pytest-cython/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">pytest-cython</remote-id> + <remote-id type="github">lgpage/pytest-cython</remote-id> + </upstream> +</pkgmetadata> diff --git a/dev-python/pytest-cython/pytest-cython-0.1.0.ebuild b/dev-python/pytest-cython/pytest-cython-0.1.0.ebuild new file mode 100644 index 000000000000..60ca2ab4411f --- /dev/null +++ b/dev-python/pytest-cython/pytest-cython-0.1.0.ebuild @@ -0,0 +1,22 @@ +# Copyright 1999-2017 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 + +EAPI=6 + +PYTHON_COMPAT=( python2_7 python3_{4,5,6} ) + +inherit distutils-r1 + +DESCRIPTION="Plugin for testing Cython extension modules" +HOMEPAGE="https://github.com/lgpage/pytest-cython" +SRC_URI="mirror://pypi/${PN:0:1}/${PN}/${P}.tar.gz" + +SLOT="0" +LICENSE="MIT" +KEYWORDS="~amd64 ~x86 ~amd64-linux ~x86-linux" +IUSE="" + +RDEPEND="dev-python/pytest[${PYTHON_USEDEP}]" +DEPEND="${RDEPEND} + dev-python/setuptools[${PYTHON_USEDEP}] +" |