diff options
author | Michał Górny <mgorny@gentoo.org> | 2023-03-24 14:53:53 +0100 |
---|---|---|
committer | Michał Górny <mgorny@gentoo.org> | 2023-03-25 18:18:47 +0100 |
commit | f06471b4b8474c65867d869d03fded0136c8adf1 (patch) | |
tree | e3cd4a91ca5dac7a452219872c341a836a8dff3c /dev-python/secretstorage | |
parent | dev-python/qdarkstyle: Use pypi.eclass (diff) | |
download | gentoo-f06471b4b8474c65867d869d03fded0136c8adf1.tar.gz gentoo-f06471b4b8474c65867d869d03fded0136c8adf1.tar.bz2 gentoo-f06471b4b8474c65867d869d03fded0136c8adf1.zip |
dev-python/secretstorage: Use pypi.eclass
Signed-off-by: Michał Górny <mgorny@gentoo.org>
Diffstat (limited to 'dev-python/secretstorage')
-rw-r--r-- | dev-python/secretstorage/secretstorage-3.3.3.ebuild | 8 |
1 files changed, 3 insertions, 5 deletions
diff --git a/dev-python/secretstorage/secretstorage-3.3.3.ebuild b/dev-python/secretstorage/secretstorage-3.3.3.ebuild index d2db16ec12b1..a0dc2e9d39fb 100644 --- a/dev-python/secretstorage/secretstorage-3.3.3.ebuild +++ b/dev-python/secretstorage/secretstorage-3.3.3.ebuild @@ -4,19 +4,17 @@ EAPI=8 DISTUTILS_USE_PEP517=setuptools +PYPI_NO_NORMALIZE=1 +PYPI_PN="SecretStorage" PYTHON_COMPAT=( pypy3 python3_{9..11} ) -inherit distutils-r1 - -MY_PN="SecretStorage" +inherit distutils-r1 pypi DESCRIPTION="Python bindings to FreeDesktop.org Secret Service API" HOMEPAGE=" https://github.com/mitya57/secretstorage/ https://pypi.org/project/SecretStorage/ " -SRC_URI="mirror://pypi/${MY_PN:0:1}/${MY_PN}/${MY_PN}-${PV}.tar.gz" -S="${WORKDIR}/${MY_PN}-${PV}" LICENSE="BSD" SLOT="0" |