summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMichał Górny <mgorny@gentoo.org>2023-03-15 18:47:49 +0100
committerMichał Górny <mgorny@gentoo.org>2023-03-16 05:04:03 +0100
commitf2e131060a8eec5d9d8fd00427232fc667694bc2 (patch)
tree29d0e04fc2b775cd75112b32c8c2f83fceb97059 /dev-python/pyperclip
parentdev-python/pyotp: Use pypi.eclass (diff)
downloadgentoo-f2e131060a8eec5d9d8fd00427232fc667694bc2.tar.gz
gentoo-f2e131060a8eec5d9d8fd00427232fc667694bc2.tar.bz2
gentoo-f2e131060a8eec5d9d8fd00427232fc667694bc2.zip
dev-python/pyperclip: Use pypi.eclass
Signed-off-by: Michał Górny <mgorny@gentoo.org>
Diffstat (limited to 'dev-python/pyperclip')
-rw-r--r--dev-python/pyperclip/pyperclip-1.8.2-r1.ebuild3
1 files changed, 1 insertions, 2 deletions
diff --git a/dev-python/pyperclip/pyperclip-1.8.2-r1.ebuild b/dev-python/pyperclip/pyperclip-1.8.2-r1.ebuild
index b29b57d04211..9b8d4629bacc 100644
--- a/dev-python/pyperclip/pyperclip-1.8.2-r1.ebuild
+++ b/dev-python/pyperclip/pyperclip-1.8.2-r1.ebuild
@@ -6,14 +6,13 @@ EAPI=8
DISTUTILS_USE_PEP517=setuptools
PYTHON_COMPAT=( python3_{9..11} )
-inherit distutils-r1 virtualx
+inherit distutils-r1 virtualx pypi
DESCRIPTION="A cross-platform clipboard module for Python"
HOMEPAGE="
https://github.com/asweigart/pyperclip/
https://pypi.org/project/pyperclip/
"
-SRC_URI="mirror://pypi/${PN:0:1}/${PN}/${P}.tar.gz"
LICENSE="BSD"
SLOT="0"