dev-python/awesome-slugify: Initial import
authorAlexey Shvetsov <alexxy@gentoo.org>
Tue, 11 Feb 2020 09:23:31 +0000 (12:23 +0300)
committerAlexey Shvetsov <alexxy@gentoo.org>
Tue, 11 Feb 2020 11:40:55 +0000 (14:40 +0300)
Package-Manager: Portage-2.3.86, Repoman-2.3.20
Signed-off-by: Alexey Shvetsov <alexxy@gentoo.org>
dev-python/awesome-slugify/Manifest [new file with mode: 0644]
dev-python/awesome-slugify/awesome-slugify-1.6.5.ebuild [new file with mode: 0644]
dev-python/awesome-slugify/metadata.xml [new file with mode: 0644]

diff --git a/dev-python/awesome-slugify/Manifest b/dev-python/awesome-slugify/Manifest
new file mode 100644 (file)
index 0000000..ee9eb55
--- /dev/null
@@ -0,0 +1 @@
+DIST awesome-slugify-1.6.5.tar.gz 8405 BLAKE2B d1c43881dc5eacae105ec71230e53375b7244dcdefbfb95d3ed35a12eb74e6940f5fffcf4cb0eb803400949d17bda15eaee877e2a2406aabafaf9271298bed66 SHA512 3f8cc595cecc2a77b90bb800ea9ce889dbfa40427a4fc843f8f1caf90ddc6baa44d7195e6af2f8853c6038168f29da1d77a4ffd11a38d514140a07e4eb960c11
diff --git a/dev-python/awesome-slugify/awesome-slugify-1.6.5.ebuild b/dev-python/awesome-slugify/awesome-slugify-1.6.5.ebuild
new file mode 100644 (file)
index 0000000..70e930a
--- /dev/null
@@ -0,0 +1,21 @@
+# Copyright 1999-2020 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=7
+
+PYTHON_COMPAT=( python3_{5,6,7,8} )
+
+inherit distutils-r1
+
+BDEPEND=""
+RDEPEND="
+       dev-python/regex
+       >=dev-python/unidecode-0.04.14
+       <dev-python/unidecode-0.05"
+
+DESCRIPTION="Python flexible slugify function"
+HOMEPAGE="https://github.com/dimka665/awesome-slugify"
+LICENSE="GPL-3"
+SRC_URI="mirror://pypi/${PN:0:1}/${PN}/${P}.tar.gz"
+SLOT="0"
+KEYWORDS="~amd64 ~arm ~arm64"
diff --git a/dev-python/awesome-slugify/metadata.xml b/dev-python/awesome-slugify/metadata.xml
new file mode 100644 (file)
index 0000000..7b3c5c9
--- /dev/null
@@ -0,0 +1,16 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd">
+<pkgmetadata>
+       <maintainer type="person">
+               <email>alexxy@gentoo.org</email>
+               <name>Alexey Shvetsov</name>
+       </maintainer>
+       <maintainer type="project">
+               <email>python@gentoo.org</email>
+               <name>Python</name>
+       </maintainer>
+       <upstream>
+               <remote-id type="pypi">awesome-slugify</remote-id>
+               <remote-id type="github">dimka665/awesome-slugify</remote-id>
+       </upstream>
+</pkgmetadata>