summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMichał Górny <mgorny@gentoo.org>2023-02-07 10:11:52 +0100
committerMichał Górny <mgorny@gentoo.org>2023-02-07 10:26:48 +0100
commitf460518bf26c085c0ef76e4539ebd3dd5d2bb0b8 (patch)
tree5817bcf35f57185f83ceaa362a70f6b3db66515b
parentdev-python/rst-linker: Use pypi.eclass (diff)
downloadgentoo-f460518bf26c085c0ef76e4539ebd3dd5d2bb0b8.tar.gz
gentoo-f460518bf26c085c0ef76e4539ebd3dd5d2bb0b8.tar.bz2
gentoo-f460518bf26c085c0ef76e4539ebd3dd5d2bb0b8.zip
dev-python/tempora: Use pypi.eclass
Signed-off-by: Michał Górny <mgorny@gentoo.org>
-rw-r--r--dev-python/tempora/tempora-5.2.1.ebuild5
1 files changed, 1 insertions, 4 deletions
diff --git a/dev-python/tempora/tempora-5.2.1.ebuild b/dev-python/tempora/tempora-5.2.1.ebuild
index 555f2ff33323..71fc4eeac1e4 100644
--- a/dev-python/tempora/tempora-5.2.1.ebuild
+++ b/dev-python/tempora/tempora-5.2.1.ebuild
@@ -6,13 +6,10 @@ EAPI=8
DISTUTILS_USE_PEP517=setuptools
PYTHON_COMPAT=( pypy3 python3_{9..11} )
-inherit distutils-r1
+inherit distutils-r1 pypi
-MY_PN="${PN/-/.}"
DESCRIPTION="Objects and routines pertaining to date and time"
HOMEPAGE="https://github.com/jaraco/tempora"
-SRC_URI="mirror://pypi/${PN:0:1}/${MY_PN}/${MY_PN}-${PV}.tar.gz"
-S="${WORKDIR}/${MY_PN}-${PV}"
LICENSE="MIT"
SLOT="0"