summaryrefslogtreecommitdiff
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
parentdev-python/hypothesis: Bump to 6.66.0 (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>
-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
-rw-r--r--profiles/updates/1Q-20231
4 files changed, 4 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"
diff --git a/profiles/updates/1Q-2023 b/profiles/updates/1Q-2023
index 64e6720dd859..979846b21c81 100644
--- a/profiles/updates/1Q-2023
+++ b/profiles/updates/1Q-2023
@@ -1 +1,2 @@
move net-im/discord-bin net-im/discord
+move dev-python/python-recurring-ical-events dev-python/recurring-ical-events