diff options
author | Michał Górny <mgorny@gentoo.org> | 2023-03-15 18:47:50 +0100 |
---|---|---|
committer | Michał Górny <mgorny@gentoo.org> | 2023-03-16 05:04:04 +0100 |
commit | 7d0ede94f1117842d90175f28c4492723cfea67e (patch) | |
tree | d6b168ada7dc5dc3ed524c49a3825a71f6e7c556 /dev-python/pyquery | |
parent | dev-python/pyperclip: Use pypi.eclass (diff) | |
download | gentoo-7d0ede94f1117842d90175f28c4492723cfea67e.tar.gz gentoo-7d0ede94f1117842d90175f28c4492723cfea67e.tar.bz2 gentoo-7d0ede94f1117842d90175f28c4492723cfea67e.zip |
dev-python/pyquery: Use pypi.eclass
Signed-off-by: Michał Górny <mgorny@gentoo.org>
Diffstat (limited to 'dev-python/pyquery')
-rw-r--r-- | dev-python/pyquery/pyquery-2.0.0.ebuild | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/dev-python/pyquery/pyquery-2.0.0.ebuild b/dev-python/pyquery/pyquery-2.0.0.ebuild index 0989b3129f2d..7a15d0fb17be 100644 --- a/dev-python/pyquery/pyquery-2.0.0.ebuild +++ b/dev-python/pyquery/pyquery-2.0.0.ebuild @@ -6,14 +6,13 @@ EAPI=8 DISTUTILS_USE_PEP517=setuptools PYTHON_COMPAT=( python3_{9..11} pypy3 ) -inherit distutils-r1 optfeature +inherit distutils-r1 optfeature pypi DESCRIPTION="A jQuery-like library for python" HOMEPAGE=" https://github.com/gawel/pyquery/ https://pypi.org/project/pyquery/ " -SRC_URI="mirror://pypi/${PN:0:1}/${PN}/${P}.tar.gz" LICENSE="BSD" SLOT="0" |