mirror of
https://github.com/pentoo/pentoo-overlay
synced 2026-04-18 04:40:56 +02:00
text-unidecode: depend for new version dev-python/python-slugify
This commit is contained in:
parent
ff420cdeaa
commit
5ab8de7765
3 changed files with 27 additions and 0 deletions
1
dev-python/text-unidecode/Manifest
Normal file
1
dev-python/text-unidecode/Manifest
Normal file
|
|
@ -0,0 +1 @@
|
|||
DIST text-unidecode-1.2.tar.gz 76872 BLAKE2B 5d49540784d03004aea7a44162fb34cce4a53cb82fe6fbb6b0afa3ca03dc82f1d94832b6651166bcb8d151743eb2f0ae320a905d82c4e302fad406e052887d8c SHA512 1ba3309dfdf94a9293c2aae4f7fd53d74b3742e2432928124196a3db9b523edce5f71e55485135dec10362bf69580d9f83707c6b6ab0a8075523fdc1b640723e
|
||||
8
dev-python/text-unidecode/metadata.xml
Normal file
8
dev-python/text-unidecode/metadata.xml
Normal file
|
|
@ -0,0 +1,8 @@
|
|||
<?xml version="1.0" encoding="UTF-8"?>
|
||||
<!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd">
|
||||
<pkgmetadata>
|
||||
<maintainer type="person">
|
||||
<email>email@linxon.ru</email>
|
||||
<name>Yury Martynov</name>
|
||||
</maintainer>
|
||||
</pkgmetadata>
|
||||
18
dev-python/text-unidecode/text-unidecode-1.2.ebuild
Normal file
18
dev-python/text-unidecode/text-unidecode-1.2.ebuild
Normal file
|
|
@ -0,0 +1,18 @@
|
|||
# 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="The most basic Text::Unidecode port"
|
||||
HOMEPAGE="https://pypi.org/project/text-unidecode/"
|
||||
SRC_URI="mirror://pypi/${PN:0:1}/${PN}/${P}.tar.gz"
|
||||
|
||||
LICENSE="MIT"
|
||||
SLOT=0
|
||||
KEYWORDS="~amd64 ~arm64 ~mips ~x86"
|
||||
IUSE=""
|
||||
RDEPEND="${PYTHON_DEPS}"
|
||||
Loading…
Reference in a new issue