summaryrefslogtreecommitdiff
path: root/dev-python
diff options
context:
space:
mode:
authorMichał Górny <mgorny@gentoo.org>2023-02-02 13:00:24 +0100
committerMichał Górny <mgorny@gentoo.org>2023-02-02 13:00:24 +0100
commitd29ed5f806326f047e852dc88f4f2eb85038d19e (patch)
treec54a0db824272ce6f8f790e86759822a2a27f019 /dev-python
parent4504bef108b5b9b664e2fa632d687c49df0268fd (diff)
downloadgentoo-d29ed5f806326f047e852dc88f4f2eb85038d19e.tar.gz
gentoo-d29ed5f806326f047e852dc88f4f2eb85038d19e.tar.bz2
gentoo-d29ed5f806326f047e852dc88f4f2eb85038d19e.zip
Rename dev-python/{python- → }recurring-ical-events
This is the first name following the new Python package naming policy, adjusting the package name to its PyPI name. Signed-off-by: Michał Górny <mgorny@gentoo.org>
Diffstat (limited to 'dev-python')
-rw-r--r--dev-python/recurring-ical-events/Manifest (renamed from dev-python/python-recurring-ical-events/Manifest)0
-rw-r--r--dev-python/recurring-ical-events/metadata.xml (renamed from dev-python/python-recurring-ical-events/metadata.xml)0
-rw-r--r--dev-python/recurring-ical-events/recurring-ical-events-2.0.0.ebuild (renamed from dev-python/python-recurring-ical-events/python-recurring-ical-events-2.0.0.ebuild)4
3 files changed, 3 insertions, 1 deletions
diff --git a/dev-python/python-recurring-ical-events/Manifest b/dev-python/recurring-ical-events/Manifest
index a2c17c918b30..a2c17c918b30 100644
--- a/dev-python/python-recurring-ical-events/Manifest
+++ b/dev-python/recurring-ical-events/Manifest
diff --git a/dev-python/python-recurring-ical-events/metadata.xml b/dev-python/recurring-ical-events/metadata.xml
index 3c5c8d8ba58d..3c5c8d8ba58d 100644
--- a/dev-python/python-recurring-ical-events/metadata.xml
+++ b/dev-python/recurring-ical-events/metadata.xml
diff --git a/dev-python/python-recurring-ical-events/python-recurring-ical-events-2.0.0.ebuild b/dev-python/recurring-ical-events/recurring-ical-events-2.0.0.ebuild
index 389ec3ca2aff..77305260c9e3 100644
--- a/dev-python/python-recurring-ical-events/python-recurring-ical-events-2.0.0.ebuild
+++ b/dev-python/recurring-ical-events/recurring-ical-events-2.0.0.ebuild
@@ -8,6 +8,7 @@ PYTHON_COMPAT=( python3_{9..11} )
inherit distutils-r1
+MY_P=python-${P}
DESCRIPTION="Repeat ICalendar events by RRULE, RDATE and EXDATE"
HOMEPAGE="
https://github.com/niccokunzmann/python-recurring-ical-events/
@@ -15,8 +16,9 @@ HOMEPAGE="
"
SRC_URI="
https://github.com/niccokunzmann/python-recurring-ical-events/archive/v${PV}.tar.gz
- -> ${P}.gh.tar.gz
+ -> ${MY_P}.gh.tar.gz
"
+S=${WORKDIR}/${MY_P}
LICENSE="LGPL-3+"
SLOT="0"