commit:     c3fcb1355d154cf52d0860664f766f2b9f9980a5
Author:     Michał Górny <mgorny <AT> gentoo <DOT> org>
AuthorDate: Sat Mar 27 07:47:01 2021 +0000
Commit:     Michał Górny <mgorny <AT> gentoo <DOT> org>
CommitDate: Sat Mar 27 07:49:24 2021 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=c3fcb135

dev-python/polib: Bump to 1.1.1

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

 dev-python/polib/Manifest           |  1 +
 dev-python/polib/polib-1.1.1.ebuild | 26 ++++++++++++++++++++++++++
 2 files changed, 27 insertions(+)

diff --git a/dev-python/polib/Manifest b/dev-python/polib/Manifest
index 275b9a16cbf..a651ba65cdf 100644
--- a/dev-python/polib/Manifest
+++ b/dev-python/polib/Manifest
@@ -1 +1,2 @@
 DIST polib-1.1.0.tar.gz 158484 BLAKE2B 
41766f00e3928eacf3c98406b6acce224f0d0cb44d79326c834db900ed8b91181911ab7e26845a737057dd07c067a784d0b06278952708c17888db42d8c1e303
 SHA512 
74681585b4d7252e107acd7d73f49f7e91c90adcd180722d39d35c40ec158434798af0124a16788cf564c73b84f52a040aefeb58355a1a3cd85848c3f6a5e67f
+DIST polib-1.1.1.tar.gz 154644 BLAKE2B 
3dfbaf2fa73d286a60a1fff3e50d8703cf62917b7da0c8b783aaec49b8dcfb927b03b0fe0b411b5f90c2ac89298ea027beb2f0d00ad582a65628d8351397ddab
 SHA512 
38de5fbdbc9ef879a4d55b9fe4f86a3aca3fb90dbb671745bd2b126be443598b8b18fe53afd116c3a4d3efc7a42b5ed05d75569bb5b2ef0bd2ced6e13eda95ad

diff --git a/dev-python/polib/polib-1.1.1.ebuild 
b/dev-python/polib/polib-1.1.1.ebuild
new file mode 100644
index 00000000000..cbd7097733a
--- /dev/null
+++ b/dev-python/polib/polib-1.1.1.ebuild
@@ -0,0 +1,26 @@
+# Copyright 1999-2021 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=7
+
+PYTHON_COMPAT=( python3_{7..9} )
+
+inherit distutils-r1
+
+DESCRIPTION="A library to manipulate gettext files (.po and .mo files)"
+HOMEPAGE="https://github.com/izimobil/polib 
https://polib.readthedocs.io/en/latest/";
+SRC_URI="mirror://pypi/${PN:0:1}/${PN}/${P}.tar.gz"
+
+LICENSE="MIT"
+SLOT="0"
+KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~ia64 ~mips ~ppc ~ppc64 ~sparc ~x86"
+
+distutils_enable_sphinx docs
+
+PATCHES=(
+       "${FILESDIR}"/${PN}-1.0.7-BE-test.patch
+)
+
+python_test() {
+       "${EPYTHON}" tests/tests.py -v || die "Tests failed under ${EPYTHON}"
+}

Reply via email to