diff options
author | Michał Górny <mgorny@gentoo.org> | 2020-03-28 18:10:53 +0100 |
---|---|---|
committer | Michał Górny <mgorny@gentoo.org> | 2020-03-28 18:10:53 +0100 |
commit | c565c73af2db06f8966b908d4358b1ddd445e9f1 (patch) | |
tree | 41d2dee6f1ac930f766c6dc8843ed8638fed0396 /dev-python/pycares | |
parent | dev-python/pycapnp: Remove redundant versions (diff) | |
download | gentoo-c565c73af2db06f8966b908d4358b1ddd445e9f1.tar.gz gentoo-c565c73af2db06f8966b908d4358b1ddd445e9f1.tar.bz2 gentoo-c565c73af2db06f8966b908d4358b1ddd445e9f1.zip |
dev-python/pycares: Remove redundant versions
Signed-off-by: Michał Górny <mgorny@gentoo.org>
Diffstat (limited to 'dev-python/pycares')
-rw-r--r-- | dev-python/pycares/Manifest | 1 | ||||
-rw-r--r-- | dev-python/pycares/pycares-3.1.0_p3.ebuild | 28 |
2 files changed, 0 insertions, 29 deletions
diff --git a/dev-python/pycares/Manifest b/dev-python/pycares/Manifest index a4b1ed73ba04..abdf8a584040 100644 --- a/dev-python/pycares/Manifest +++ b/dev-python/pycares/Manifest @@ -1,2 +1 @@ -DIST pycares-3.1.0-fix3.tar.gz 217616 BLAKE2B 121d09bd57f60371f9ee7d6f9fec0b0acd9413e86367c278a73dd0b47151e937358bb955f51657c117b72d83de23fc6e530f9418fd6d4c1b96ccb31045096e25 SHA512 d386d1b3434fc7a868783b96a2ef635695efdea62365134287fcaef6e44f75ba266f095c3e667ea1a57940d81d23adbf6e031b8571537a041aba15a36df7a904 DIST pycares-3.1.1.tar.gz 216259 BLAKE2B 4481689e418695838c456f1e15b38dcdabadb106f393f52ec21a358b06621650d4e82086ca913abb341b9d8658db1c9ddd0064e68413e71a4ddded070647edfb SHA512 52c529510e3342c0b97ad0b4b9277d1f364da7719817a31a3cfac1f88613ea82f127182eab7c52c2fcd08008c689885bb4196f887a0f81b769f08f7cbf39909e diff --git a/dev-python/pycares/pycares-3.1.0_p3.ebuild b/dev-python/pycares/pycares-3.1.0_p3.ebuild deleted file mode 100644 index fba0f774f511..000000000000 --- a/dev-python/pycares/pycares-3.1.0_p3.ebuild +++ /dev/null @@ -1,28 +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="Python interface for c-ares" -HOMEPAGE="https://github.com/saghul/pycares/" -SRC_URI="https://github.com/saghul/pycares/archive/${P/_p/-fix}.tar.gz" -S=${WORKDIR}/${PN}-${P/_p/-fix} - -LICENSE="MIT" -SLOT="0" -KEYWORDS="~amd64 ~x86" -IUSE="" -# Tests fail with network-sandbox, since they try to resolve google.com -RESTRICT="test" - -# uses bundled/patched c-ares -RDEPEND="virtual/python-cffi[${PYTHON_USEDEP}]" -DEPEND="${RDEPEND} - dev-python/setuptools[${PYTHON_USEDEP}]" - -python_test() { - "${EPYTHON}" tests/tests.py -v || die -} |