diff options
author | Michał Górny <mgorny@gentoo.org> | 2020-12-31 09:53:19 +0100 |
---|---|---|
committer | Michał Górny <mgorny@gentoo.org> | 2020-12-31 09:54:08 +0100 |
commit | 70e1385cdeb6665e2557eea7ec1a47a1affa53e8 (patch) | |
tree | a8aca510edd3cc1d1b2d0d699c515949579a21e2 /dev-python/pyquery | |
parent | dev-python/pyserial: Remove old (diff) | |
download | gentoo-70e1385cdeb6665e2557eea7ec1a47a1affa53e8.tar.gz gentoo-70e1385cdeb6665e2557eea7ec1a47a1affa53e8.tar.bz2 gentoo-70e1385cdeb6665e2557eea7ec1a47a1affa53e8.zip |
dev-python/pyquery: Remove old
Signed-off-by: Michał Górny <mgorny@gentoo.org>
Diffstat (limited to 'dev-python/pyquery')
-rw-r--r-- | dev-python/pyquery/Manifest | 1 | ||||
-rw-r--r-- | dev-python/pyquery/pyquery-1.4.1-r1.ebuild | 45 |
2 files changed, 0 insertions, 46 deletions
diff --git a/dev-python/pyquery/Manifest b/dev-python/pyquery/Manifest index 4f3ec79b219b..0eef5930be6d 100644 --- a/dev-python/pyquery/Manifest +++ b/dev-python/pyquery/Manifest @@ -1,2 +1 @@ -DIST pyquery-1.4.1.tar.gz 47983 BLAKE2B eb8d0ca59122734a4c715c33f40fd0b5fcc8edcabe9e41649ddf332feb1df603f8527a668aa7b9d78974b3d049e774355296644abd9b4d426d96e6e3c7a74065 SHA512 e2bfbbf51f99a408e9696a2b9c15f8875813847a10b5bd93c4c7a6886ac1b3ae6c7883ec4fb64e9bccab2127617843961e181044fe927f3c80c8ac363ed86141 DIST pyquery-1.4.3.tar.gz 47448 BLAKE2B 32451dfc8f8160207b4be12006ceba3098b8cb344bfa3e80ccf75f8cfca9542614ae78b9bfec773139cbbf12434201f92f8b4738e7d9e6241b3addfeb1bc8dda SHA512 cb61326e38f78763ca15de09e3a56dad776b3d4831b54eabf295db0f9af8bf04599642c73f5db3e3172b86d7b66ba2ef626c8cba2dfb458af6ac432d15ea7cba diff --git a/dev-python/pyquery/pyquery-1.4.1-r1.ebuild b/dev-python/pyquery/pyquery-1.4.1-r1.ebuild deleted file mode 100644 index 613b1dc5b19f..000000000000 --- a/dev-python/pyquery/pyquery-1.4.1-r1.ebuild +++ /dev/null @@ -1,45 +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,9} pypy3 ) - -inherit distutils-r1 optfeature - -DESCRIPTION="A jQuery-like library for python" -HOMEPAGE="https://github.com/gawel/pyquery" -SRC_URI="mirror://pypi/${PN:0:1}/${PN}/${P}.tar.gz" - -LICENSE="BSD" -SLOT="0" -KEYWORDS="~alpha amd64 arm arm64 hppa ~ia64 ppc ppc64 s390 sparc x86" -IUSE="test" - -RDEPEND=" - >=dev-python/lxml-2.1[${PYTHON_USEDEP}] - >dev-python/cssselect-0.7.9[${PYTHON_USEDEP}] - >=dev-python/webob-1.1.9[${PYTHON_USEDEP}]" -DEPEND=" - test? ( ${RDEPEND} - dev-python/beautifulsoup[${PYTHON_USEDEP}] - dev-python/requests[${PYTHON_USEDEP}] - dev-python/nose[${PYTHON_USEDEP}] - dev-python/webtest[${PYTHON_USEDEP}] - )" - -RESTRICT+=" !test? ( test )" - -PATCHES=( - "${FILESDIR}/pyquery-1.4.1-network-tests.patch" - "${FILESDIR}/pyquery-1.4.1-tests-pypy.patch" -) - -python_test() { - # The suite, it appears, requires this hard setting of PYTHONPATH! - PYTHONPATH=. nosetests || die "Tests fail with ${EPYTHON}" -} - -pkg_postinst() { - optfeature "Support for BeautifulSoup3 as a parser backend" dev-python/beautifulsoup -} |