diff options
author | Michał Górny <mgorny@gentoo.org> | 2023-03-16 17:04:10 +0100 |
---|---|---|
committer | Michał Górny <mgorny@gentoo.org> | 2023-03-16 19:50:29 +0100 |
commit | c8fb5df26b53ef2b00f28b1f0c64baa915841d53 (patch) | |
tree | d3ee86396a5d2440b97b71555f509cff78a4a8f9 /sys-auth | |
parent | sys-apps/gcp: Use pypi.eclass (diff) | |
download | gentoo-c8fb5df26b53ef2b00f28b1f0c64baa915841d53.tar.gz gentoo-c8fb5df26b53ef2b00f28b1f0c64baa915841d53.tar.bz2 gentoo-c8fb5df26b53ef2b00f28b1f0c64baa915841d53.zip |
sys-auth/solo1: Use pypi.eclass
Signed-off-by: Michał Górny <mgorny@gentoo.org>
Diffstat (limited to 'sys-auth')
-rw-r--r-- | sys-auth/solo1/solo1-0.1.1-r1.ebuild | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/sys-auth/solo1/solo1-0.1.1-r1.ebuild b/sys-auth/solo1/solo1-0.1.1-r1.ebuild index bd6a6de61f44..355d57bbab62 100644 --- a/sys-auth/solo1/solo1-0.1.1-r1.ebuild +++ b/sys-auth/solo1/solo1-0.1.1-r1.ebuild @@ -6,11 +6,10 @@ EAPI=8 PYTHON_COMPAT=( python3_{9..11} ) DISTUTILS_USE_PEP517=flit -inherit distutils-r1 +inherit distutils-r1 pypi DESCRIPTION="CLI and Python library for SoloKeys Solo 1" HOMEPAGE="https://github.com/solokeys/solo1-cli" -SRC_URI="mirror://pypi/${PN:0:1}/${PN}/${P}.tar.gz" LICENSE="Apache-2.0 MIT" SLOT="0" |