diff options
Diffstat (limited to 'dev-python/python-slugify')
| -rw-r--r-- | dev-python/python-slugify/metadata.xml | 35 | ||||
| -rw-r--r-- | dev-python/python-slugify/python-slugify-4.0.1.ebuild | 4 |
2 files changed, 20 insertions, 19 deletions
diff --git a/dev-python/python-slugify/metadata.xml b/dev-python/python-slugify/metadata.xml index 25f373941294..18c02b2c7f1a 100644 --- a/dev-python/python-slugify/metadata.xml +++ b/dev-python/python-slugify/metadata.xml @@ -1,19 +1,20 @@ <?xml version="1.0" encoding="UTF-8"?> -<!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd"> +<!DOCTYPE pkgmetadata SYSTEM "https://liguros.gitlab.io/dtd/metadata.dtd"> <pkgmetadata> - <maintainer type="person"> - <email>gentoo.2019@r123.de</email> - <name>Robert Siebeck</name> - </maintainer> - <maintainer type="project"> - <email>proxy-maint@gentoo.org</email> - <name>Proxy Maintainers</name> - </maintainer> - <maintainer type="project"> - <email>python@gentoo.org</email> - </maintainer> - <upstream> - <remote-id type="pypi">python-slugify</remote-id> - <remote-id type="github">un33k/python-slugify</remote-id> - </upstream> -</pkgmetadata> + <maintainer type="person"> + <email>gentoo.2019@r123.de</email> + <name>Robert Siebeck</name> + </maintainer> + <maintainer type="project"> + <email>proxy-maint@gentoo.org</email> + <name>Proxy Maintainers</name> + </maintainer> + <maintainer type="project"> + <email>python@gentoo.org</email> + </maintainer> + <upstream> + <remote-id type="pypi">python-slugify</remote-id> + <remote-id type="github">un33k/python-slugify</remote-id> + </upstream> + <origin>gentoo-staging</origin> +</pkgmetadata>
\ No newline at end of file diff --git a/dev-python/python-slugify/python-slugify-4.0.1.ebuild b/dev-python/python-slugify/python-slugify-4.0.1.ebuild index 4b61f0912859..2dd5a307cac2 100644 --- a/dev-python/python-slugify/python-slugify-4.0.1.ebuild +++ b/dev-python/python-slugify/python-slugify-4.0.1.ebuild @@ -1,4 +1,4 @@ -# Copyright 1999-2020 Gentoo Authors +# Copyright 1999-2021 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI=7 @@ -14,7 +14,7 @@ SRC_URI="https://github.com/un33k/${PN}/archive/${PV}.tar.gz -> ${P}.tar.gz" LICENSE="MIT" SLOT="0" -KEYWORDS="amd64 x86" +KEYWORDS="amd64 ~ppc64 x86" IUSE="" RDEPEND="dev-python/text-unidecode[${PYTHON_USEDEP}]" |
