diff options
author | 2023-03-16 17:03:53 +0100 | |
---|---|---|
committer | 2023-03-16 19:50:12 +0100 | |
commit | d6d475897b57cedbc7e3a65b85d26ffb56584f4f (patch) | |
tree | 649243c8622eede3dd2503ddc3ae5b9abd77ff21 /dev-db | |
parent | app-text/xlsx2csv: Use pypi.eclass (diff) | |
download | gentoo-d6d475897b57cedbc7e3a65b85d26ffb56584f4f.tar.gz gentoo-d6d475897b57cedbc7e3a65b85d26ffb56584f4f.tar.bz2 gentoo-d6d475897b57cedbc7e3a65b85d26ffb56584f4f.zip |
dev-db/pgxnclient: Use pypi.eclass
Signed-off-by: Michał Górny <mgorny@gentoo.org>
Diffstat (limited to 'dev-db')
-rw-r--r-- | dev-db/pgxnclient/pgxnclient-1.3.2.ebuild | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/dev-db/pgxnclient/pgxnclient-1.3.2.ebuild b/dev-db/pgxnclient/pgxnclient-1.3.2.ebuild index 875be8958d10..c973bc57330b 100644 --- a/dev-db/pgxnclient/pgxnclient-1.3.2.ebuild +++ b/dev-db/pgxnclient/pgxnclient-1.3.2.ebuild @@ -5,12 +5,11 @@ EAPI=7 PYTHON_COMPAT=( python3_{9..10} ) DISTUTILS_USE_SETUPTOOLS=rdepend -inherit distutils-r1 +inherit distutils-r1 pypi DESCRIPTION="PostgreSQL Extension Network Client" HOMEPAGE="https://pgxn.github.io/pgxnclient/ https://pypi.org/project/pgxnclient/" -SRC_URI="mirror://pypi/${PN:0:1}/${PN}/${P}.tar.gz" KEYWORDS="~alpha ~amd64 ~arm ~hppa ~ia64 ~mips ~ppc ~ppc64 ~s390 ~sparc ~x86" |