commit:     d29ed5f806326f047e852dc88f4f2eb85038d19e
Author:     Michał Górny <mgorny <AT> gentoo <DOT> org>
AuthorDate: Thu Feb  2 12:00:24 2023 +0000
Commit:     Michał Górny <mgorny <AT> gentoo <DOT> org>
CommitDate: Thu Feb  2 12:00:24 2023 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=d29ed5f8

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 <AT> gentoo.org>

 .../{python-recurring-ical-events => recurring-ical-events}/Manifest  | 0
 .../metadata.xml                                                      | 0
 .../recurring-ical-events-2.0.0.ebuild}                               | 4 +++-
 profiles/updates/1Q-2023                                              | 1 +
 4 files changed, 4 insertions(+), 1 deletion(-)

diff --git a/dev-python/python-recurring-ical-events/Manifest 
b/dev-python/recurring-ical-events/Manifest
similarity index 100%
rename from dev-python/python-recurring-ical-events/Manifest
rename to 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
similarity index 100%
rename from dev-python/python-recurring-ical-events/metadata.xml
rename to 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
similarity index 94%
rename from 
dev-python/python-recurring-ical-events/python-recurring-ical-events-2.0.0.ebuild
rename to 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

Reply via email to