From: Alexey Shvetsov Date: Tue, 11 Feb 2020 09:23:31 +0000 (+0300) Subject: dev-python/awesome-slugify: Initial import X-Git-Url: http://git.tremily.us/?a=commitdiff_plain;h=25aad289bb124feb21d7b1ffe51aedde1954ce8b;p=gentoo.git dev-python/awesome-slugify: Initial import Package-Manager: Portage-2.3.86, Repoman-2.3.20 Signed-off-by: Alexey Shvetsov --- diff --git a/dev-python/awesome-slugify/Manifest b/dev-python/awesome-slugify/Manifest new file mode 100644 index 000000000000..ee9eb559a446 --- /dev/null +++ b/dev-python/awesome-slugify/Manifest @@ -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 index 000000000000..70e930a3fdc6 --- /dev/null +++ b/dev-python/awesome-slugify/awesome-slugify-1.6.5.ebuild @@ -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 + + + + + alexxy@gentoo.org + Alexey Shvetsov + + + python@gentoo.org + Python + + + awesome-slugify + dimka665/awesome-slugify + +