Skip to content

Commit 1e3d33c

Browse files
zen0bitsgn
authored andcommitted
python3-roman-numerals-py: rename to python3-roman-numerals
1 parent b8745a1 commit 1e3d33c

File tree

1 file changed

+7
-6
lines changed

1 file changed

+7
-6
lines changed

srcpkgs/python3-roman-numerals-py/template renamed to srcpkgs/python3-roman-numerals/template

Lines changed: 7 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -1,18 +1,19 @@
1-
# Template file for 'python3-roman-numerals-py'
2-
pkgname=python3-roman-numerals-py
1+
# Template file for 'python3-roman-numerals'
2+
pkgname=python3-roman-numerals
33
version=3.1.0
4-
revision=2
4+
revision=1
55
build_style=python3-pep517
66
hostmakedepends="python3-flit_core"
77
depends="python3"
88
checkdepends="python3-pytest"
99
short_desc="Manipulate well-formed Roman numerals"
1010
maintainer="Orphaned <[email protected]>"
1111
license="0BSD OR CC0-1.0"
12-
homepage="https://pypi.org/project/roman-numerals-py/"
12+
homepage="https://pypi.org/project/roman-numerals/"
1313
changelog="https://github.com/AA-Turner/roman-numerals/blob/master/CHANGES.rst"
14-
distfiles="${PYPI_SITE}/r/roman-numerals-py/roman_numerals_py-${version}.tar.gz"
15-
checksum=be4bf804f083a4ce001b5eb7e3c0862479d10f94c936f6c4e5f250aa5ff5bd2d
14+
distfiles="${PYPI_SITE}/r/roman-numerals/roman_numerals-${version}.tar.gz"
15+
checksum=384e36fc1e8d4bd361bdb3672841faae7a345b3f708aae9895d074c878332551
16+
replaces="python3-roman-numerals-py>=0"
1617

1718
post_install() {
1819
vlicense LICENCE.rst

0 commit comments

Comments
 (0)