mirror of
https://github.com/pentoo/pentoo-overlay
synced 2026-05-01 11:11:08 +02:00
python-slugify: 3.0.2 bump
This commit is contained in:
parent
5ab8de7765
commit
099d3f2e28
2 changed files with 23 additions and 0 deletions
|
|
@ -1 +1,2 @@
|
|||
DIST python-slugify-1.2.4.tar.gz 4596 BLAKE2B 939833d6c385938532deabd03ab716772cc8ef30c763bed51669e2253a31e3eb7f5f0fc5e1a143a2eba24a815a899d9530c930898fd36786472f221fb5dd1ccd SHA512 f494bce3280a6fbfa3c8874724175d710acfe758b5da95659494689cf40e19d365d294848d4da3fa97d18fec40ae07232c88a2166a48e3dccf9d9500bd34a5a7
|
||||
DIST python-slugify-3.0.2.tar.gz 7946 BLAKE2B b32d19acc8f9b2502ca3c21f1e1647d9c1cd355766f1ae44fb7fb9740756591077cd9f53a434af057eaac7e00022c4ac52d70de8be18d53e47f7fbc94b819bc1 SHA512 82454a61320f24851a54ab2c5206a160543d678bdd48c200aae41534b560d7eed6eb8b195d583a06a40ee9d0d53202acfa06762937850ded0347a0c30e457b33
|
||||
|
|
|
|||
22
dev-python/python-slugify/python-slugify-3.0.2.ebuild
Normal file
22
dev-python/python-slugify/python-slugify-3.0.2.ebuild
Normal file
|
|
@ -0,0 +1,22 @@
|
|||
# Copyright 1999-2019 Gentoo Authors
|
||||
# Distributed under the terms of the GNU General Public License v2
|
||||
|
||||
EAPI=7
|
||||
|
||||
PYTHON_COMPAT=( python{2_7,3_{5,6,7}} )
|
||||
|
||||
inherit distutils-r1
|
||||
|
||||
DESCRIPTION="A Python Slugify application that handles Unicode"
|
||||
HOMEPAGE="https://pypi.python.org/pypi/python-slugify"
|
||||
SRC_URI="mirror://pypi/${PN:0:1}/${PN}/${P}.tar.gz"
|
||||
|
||||
LICENSE="MIT"
|
||||
SLOT=0
|
||||
KEYWORDS="~amd64 ~arm64 ~mips ~x86"
|
||||
IUSE=""
|
||||
|
||||
RDEPEND="${PYTHON_DEPS}
|
||||
dev-python/unidecode[${PYTHON_USEDEP}]
|
||||
dev-python/text-unidecode[${PYTHON_USEDEP}]
|
||||
!dev-python/awesome-slugify"
|
||||
Loading…
Reference in a new issue