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>
This commit is contained in:
Michał Górny
2023-02-02 13:00:24 +01:00
parent 4504bef108
commit d29ed5f806
4 changed files with 4 additions and 1 deletions

View File

@@ -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"

View File

@@ -1 +1,2 @@
move net-im/discord-bin net-im/discord
move dev-python/python-recurring-ical-events dev-python/recurring-ical-events