remove old pluggy

This commit is contained in:
2020-09-06 08:20:20 +02:00
committed by Andreas Billmeier
parent 098605497a
commit 85866192ac
5 changed files with 1 additions and 77 deletions

View File

@@ -16,6 +16,7 @@
* update pytradfri-7.0.1, rework the olds
* re-add aiocoap-0.4_alpha1
* re-add dtlssocket-0.1.7, rework the olds
* remove old pluggy
2020-09-05
* repair iglo-1.2.7, drop iglo-1.2.5, abondoned anyway: https://github.com/jesserockz/python-iglo/issues/1#issuecomment-558479023

View File

@@ -1,4 +0,0 @@
DIST pluggy-0.12.0.tar.gz 57658 BLAKE2B 53c35f16fa73ffd115c7988032593e925e538f1a49a36a0db4db406b013f6f68f293ebbe3673243748d5707e72520192775e59cb8e1bbe4f9a448a5f3ba64651 SHA512 a3a64caefc797334b73b0614e467613b99909037a62dcbfbb0cf917788ee8d12af4f43d7c371634ac6eb6f32a5aa08e51aa8179e70b5998d4d055cd7f535129f
EBUILD pluggy-0.12.0-r1.ebuild 766 BLAKE2B 6a5b7187f82f74103b9248e03e31c36c59b33020afb53db8e14b185c7ba9aa5380fec12b6ccc737401078c01ee8458c97953383ac71e9d1d79a6f36d68386345 SHA512 92eb43595cc9e061714c7a9ced096413b7a1199a3bbbf5453002f143bcc4ddd92426b28975fd3c26d8d847771be0a5807bd2f8b3c0536a57f2980c19fcee1913
EBUILD pluggy-0.12.0.ebuild 774 BLAKE2B 4c9889baf571ff16cb8e9f8d8d76a50d5ee3de5388a627b03f1d6bcbfaf912a1b50d76612e397132bd151239f29d0553d25d3b91e9577a77578f1722c210c6ca SHA512 1c8e333e0edaa72e970872cbc2ec461dfa780a13f07e05964c9cafcdefc885115d6f53146fdb7f23c8a15cf92d285671937991265ac23ef41f101fb53de82a2f
MISC metadata.xml 444 BLAKE2B 9b0b62a0670449bdfade395d9766e192088182f724deebd2a2ace8800ac5c0ff6f37da7174186434f727aa3bee08b9416e6dafae443cd01e01baaae741c899cb SHA512 2ecb5fb612627c44f3499080fcde9241daf2f25a974a8e24fe8190b7d5f8baa6a457b7a902e788f98fe9ed1fdb2cd0f46770337e8f836e430b0aa6f0d323ad50

View File

@@ -1,15 +0,0 @@
<?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">pluggy</remote-id>
<maintainer status="unknown">
<email>holger@merlinux.eu</email>
<name>Holger Krekel</name>
</maintainer>
</upstream>
</pkgmetadata>

View File

@@ -1,29 +0,0 @@
# Copyright 1999-2020 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2
EAPI="7"
PYTHON_COMPAT=( python3_{6,7,8} )
inherit distutils-r1
DESCRIPTION="plugin and hook calling mechanisms for python"
HOMEPAGE="https://pluggy.readthedocs.io/ https://github.com/pytest-dev/pluggy https://pypi.org/project/pluggy/"
SRC_URI="mirror://pypi/${P:0:1}/${PN}/${P}.tar.gz"
LICENSE="MIT"
SLOT="0"
KEYWORDS="~amd64 ~arm64 ~x86 ~amd64-linux ~x86-linux"
IUSE="test"
RDEPEND=""
DEPEND="${RDEPEND}
dev-python/setuptools_scm[${PYTHON_USEDEP}]
>=dev-python/importlib_metadata-0.12[${PYTHON_USEDEP}]
test? (
dev-python/pytest[${PYTHON_USEDEP}]
)"
python_test() {
PYTHONPATH="${BUILD_DIR}/lib" pytest -v || die "tests failed with ${EPYTHON}"
}

View File

@@ -1,29 +0,0 @@
# Copyright 1999-2020 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2
EAPI=7
PYTHON_COMPAT=( python{2_7,3_{5,6,7}} pypy pypy3 )
inherit distutils-r1
DESCRIPTION="plugin and hook calling mechanisms for python"
HOMEPAGE="https://pluggy.readthedocs.io/ https://github.com/pytest-dev/pluggy https://pypi.org/project/pluggy/"
SRC_URI="mirror://pypi/${P:0:1}/${PN}/${P}.tar.gz"
LICENSE="MIT"
SLOT="0"
KEYWORDS="~amd64 ~x86 ~amd64-linux ~x86-linux"
IUSE="test"
RDEPEND=""
DEPEND="${RDEPEND}
dev-python/setuptools_scm[${PYTHON_USEDEP}]
>=dev-python/importlib_metadata-0.12[${PYTHON_USEDEP}]
test? (
dev-python/pytest[${PYTHON_USEDEP}]
)"
python_test() {
PYTHONPATH="${BUILD_DIR}/lib" pytest -v || die "tests failed with ${EPYTHON}"
}