commit:     abb41af9d2ad5672ae77137dcd325af6acf7c7ae
Author:     Michał Górny <mgorny <AT> gentoo <DOT> org>
AuthorDate: Thu Jun 18 20:34:09 2020 +0000
Commit:     Michał Górny <mgorny <AT> gentoo <DOT> org>
CommitDate: Thu Jun 18 20:34:09 2020 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=abb41af9

dev-python/text-unidecode: New dep of python-slugify

Signed-off-by: Michał Górny <mgorny <AT> gentoo.org>

 dev-python/text-unidecode/Manifest                  |  1 +
 dev-python/text-unidecode/metadata.xml              |  7 +++++++
 dev-python/text-unidecode/text-unidecode-1.3.ebuild | 19 +++++++++++++++++++
 3 files changed, 27 insertions(+)

diff --git a/dev-python/text-unidecode/Manifest 
b/dev-python/text-unidecode/Manifest
new file mode 100644
index 00000000000..7cf837a09dc
--- /dev/null
+++ b/dev-python/text-unidecode/Manifest
@@ -0,0 +1 @@
+DIST text-unidecode-1.3.tar.gz 76885 BLAKE2B 
b783963b4fce6588d45d48a498de566c08df83ae62c72caf599648df195eb94b7c02090503590ab8c747af0d210847ddfbf0772289e170361914db20c049828e
 SHA512 
aeaf0e79bd0545ca7a4fe700d5a7dac1d5900841fcfe8a5a568c84ba7d3bee5f75eaac0531f4a01d689a550ac5bc7e1acaeb8132293f220db8387fae2eb6a150

diff --git a/dev-python/text-unidecode/metadata.xml 
b/dev-python/text-unidecode/metadata.xml
new file mode 100644
index 00000000000..266e3f19ca5
--- /dev/null
+++ b/dev-python/text-unidecode/metadata.xml
@@ -0,0 +1,7 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd";>
+<pkgmetadata>
+       <maintainer type="project">
+               <email>pyt...@gentoo.org</email>
+       </maintainer>
+</pkgmetadata>

diff --git a/dev-python/text-unidecode/text-unidecode-1.3.ebuild 
b/dev-python/text-unidecode/text-unidecode-1.3.ebuild
new file mode 100644
index 00000000000..3008ce518a9
--- /dev/null
+++ b/dev-python/text-unidecode/text-unidecode-1.3.ebuild
@@ -0,0 +1,19 @@
+# Copyright 2020 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=7
+
+PYTHON_COMPAT=( python3_{6..9} )
+inherit distutils-r1
+
+DESCRIPTION="Tthe most basic port of the Text::Unidecode Perl library"
+HOMEPAGE="
+       https://pypi.org/project/text-unidecode/
+       https://github.com/kmike/text-unidecode/";
+SRC_URI="mirror://pypi/${PN::1}/${PN}/${P}.tar.gz"
+
+LICENSE="|| ( Artistic GPL-2+ )"
+SLOT="0"
+KEYWORDS="~amd64 ~x86"
+
+distutils_enable_tests pytest

Reply via email to