[gentoo-commits] repo/gentoo:master commit in: app-text/pytextile/

2023-03-11 Thread Michał Górny
commit: bd0a3ad6d722e9210f88d298da8b43d75cf1735b
Author: Michał Górny  gentoo  org>
AuthorDate: Sat Mar 11 16:12:04 2023 +
Commit: Michał Górny  gentoo  org>
CommitDate: Sat Mar 11 16:17:42 2023 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=bd0a3ad6

app-text/pytextile: Remove old

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

 app-text/pytextile/Manifest   |  1 -
 app-text/pytextile/pytextile-4.0.1.ebuild | 44 ---
 2 files changed, 45 deletions(-)

diff --git a/app-text/pytextile/Manifest b/app-text/pytextile/Manifest
index e3a71b9a187f..7f0d8ee5ac4d 100644
--- a/app-text/pytextile/Manifest
+++ b/app-text/pytextile/Manifest
@@ -1,2 +1 @@
-DIST pytextile-4.0.1.tar.gz 49282 BLAKE2B 
b51220ff33fe43b83d0aefee840b5170747015073fbe88934798c2505c3455e9805eee8815ec8068521c88a44a309bd0eb32e84757d088536f1c12a1f9bc0ca0
 SHA512 
e299663fd71b935e9c948649baba80584b1339dd3393a3f37b39475fe1d6a4addaaa2adcd16ba57b4c5db43ab9f8de6e9332871915b1fff7b7882ad5e8d64580
 DIST python-textile-4.0.2.gh.tar.gz 49296 BLAKE2B 
e9ac36b0ecf401a07aea1037c1f4390e440123d7e16f8fef64c257d27f6ef9c6918018ff34e9f8ad367767f3ebc5ce7957be424b2e6dac62fe8a1f7736b8eff7
 SHA512 
eb59e44b9a8521bcfa98f476e23efd727ffd867277d24f102bbb9511a99a0d636c324e22f8562382074007f304490c4ec6a5fde529f41b15f055a9cf16d49b8e

diff --git a/app-text/pytextile/pytextile-4.0.1.ebuild 
b/app-text/pytextile/pytextile-4.0.1.ebuild
deleted file mode 100644
index 37ef028d8b06..
--- a/app-text/pytextile/pytextile-4.0.1.ebuild
+++ /dev/null
@@ -1,44 +0,0 @@
-# Copyright 1999-2023 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=7
-
-PYTHON_COMPAT=( python3_{9..10} )
-inherit distutils-r1
-
-MY_P="python-textile-${PV}"
-
-DESCRIPTION="A Python port of Textile, A humane web text generator"
-HOMEPAGE="https://github.com/textile/python-textile;
-SRC_URI="https://github.com/textile/python-textile/archive/${PV}.tar.gz -> 
${P}.tar.gz"
-
-LICENSE="BSD"
-SLOT="0"
-KEYWORDS="amd64 ppc ppc64 ~riscv sparc x86"
-
-RDEPEND="
-   dev-python/html5lib[${PYTHON_USEDEP}]
-   dev-python/regex[${PYTHON_USEDEP}]
-   dev-python/six[${PYTHON_USEDEP}]"
-
-S="${WORKDIR}/${MY_P}"
-
-distutils_enable_tests pytest
-
-src_prepare() {
-   default
-   # remove useless --cov arg injection
-   rm pytest.ini || die
-   # remove useless pytest-runner dep
-   sed -e "s/pytest-runner//g" -i setup.py || die
-}
-
-python_test() {
-   local deselect=(
-   # tests that need network access
-   tests/test_getimagesize.py
-   tests/test_imagesize.py
-   tests/test_textile.py
-   )
-   epytest ${deselect[@]/#/--deselect }
-}



[gentoo-commits] repo/gentoo:master commit in: app-text/pytextile/

2023-03-11 Thread Sam James
commit: c88ba2b07feb55fc4ae95fea05de6cd0e8b0d2b1
Author: Sam James  gentoo  org>
AuthorDate: Sat Mar 11 15:59:55 2023 +
Commit: Sam James  gentoo  org>
CommitDate: Sat Mar 11 16:00:17 2023 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=c88ba2b0

app-text/pytextile: Stabilize 4.0.2 ALLARCHES, #900843

Signed-off-by: Sam James  gentoo.org>

 app-text/pytextile/pytextile-4.0.2.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/app-text/pytextile/pytextile-4.0.2.ebuild 
b/app-text/pytextile/pytextile-4.0.2.ebuild
index e0c784fe396a..c946d2963386 100644
--- a/app-text/pytextile/pytextile-4.0.2.ebuild
+++ b/app-text/pytextile/pytextile-4.0.2.ebuild
@@ -22,7 +22,7 @@ S=${WORKDIR}/${MY_P}
 
 LICENSE="BSD"
 SLOT="0"
-KEYWORDS="~amd64 ~ppc ~ppc64 ~riscv ~sparc ~x86"
+KEYWORDS="amd64 ppc ppc64 ~riscv sparc x86"
 
 RDEPEND="
dev-python/html5lib[${PYTHON_USEDEP}]



[gentoo-commits] repo/gentoo:master commit in: app-text/pytextile/

2023-02-27 Thread Michał Górny
commit: e72cfc62783554f9cea215b89bd21f3acec4553e
Author: Petr Vaněk  atlas  cz>
AuthorDate: Mon Feb 27 16:22:51 2023 +
Commit: Michał Górny  gentoo  org>
CommitDate: Mon Feb 27 17:59:34 2023 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=e72cfc62

app-text/pytextile: add 4.0.2

- EAPI bump to 8
- convert to PEP517
- enable py3.11

Closes: https://bugs.gentoo.org/896640
Signed-off-by: Petr Vaněk  atlas.cz>
Closes: https://github.com/gentoo/gentoo/pull/29836
Signed-off-by: Michał Górny  gentoo.org>

 app-text/pytextile/Manifest   |  1 +
 app-text/pytextile/pytextile-4.0.2.ebuild | 43 +++
 2 files changed, 44 insertions(+)

diff --git a/app-text/pytextile/Manifest b/app-text/pytextile/Manifest
index 08cfb9abe240..e3a71b9a187f 100644
--- a/app-text/pytextile/Manifest
+++ b/app-text/pytextile/Manifest
@@ -1 +1,2 @@
 DIST pytextile-4.0.1.tar.gz 49282 BLAKE2B 
b51220ff33fe43b83d0aefee840b5170747015073fbe88934798c2505c3455e9805eee8815ec8068521c88a44a309bd0eb32e84757d088536f1c12a1f9bc0ca0
 SHA512 
e299663fd71b935e9c948649baba80584b1339dd3393a3f37b39475fe1d6a4addaaa2adcd16ba57b4c5db43ab9f8de6e9332871915b1fff7b7882ad5e8d64580
+DIST python-textile-4.0.2.gh.tar.gz 49296 BLAKE2B 
e9ac36b0ecf401a07aea1037c1f4390e440123d7e16f8fef64c257d27f6ef9c6918018ff34e9f8ad367767f3ebc5ce7957be424b2e6dac62fe8a1f7736b8eff7
 SHA512 
eb59e44b9a8521bcfa98f476e23efd727ffd867277d24f102bbb9511a99a0d636c324e22f8562382074007f304490c4ec6a5fde529f41b15f055a9cf16d49b8e

diff --git a/app-text/pytextile/pytextile-4.0.2.ebuild 
b/app-text/pytextile/pytextile-4.0.2.ebuild
new file mode 100644
index ..e0c784fe396a
--- /dev/null
+++ b/app-text/pytextile/pytextile-4.0.2.ebuild
@@ -0,0 +1,43 @@
+# Copyright 1999-2023 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=8
+
+DISTUTILS_USE_PEP517=setuptools
+PYTHON_COMPAT=( python3_{9..11} )
+
+inherit distutils-r1
+
+MY_P="python-textile-${PV}"
+DESCRIPTION="A Python port of Textile, A humane web text generator"
+HOMEPAGE="
+   https://github.com/textile/python-textile/
+   https://pypi.org/project/textile/
+"
+SRC_URI="
+   https://github.com/textile/python-textile/archive/${PV}.tar.gz
+   -> ${MY_P}.gh.tar.gz
+"
+S=${WORKDIR}/${MY_P}
+
+LICENSE="BSD"
+SLOT="0"
+KEYWORDS="~amd64 ~ppc ~ppc64 ~riscv ~sparc ~x86"
+
+RDEPEND="
+   dev-python/html5lib[${PYTHON_USEDEP}]
+   dev-python/regex[${PYTHON_USEDEP}]
+   dev-python/six[${PYTHON_USEDEP}]
+"
+
+distutils_enable_tests pytest
+
+python_test() {
+   local EPYTEST_DESELECT=(
+   # tests that need network access
+   tests/test_getimagesize.py
+   tests/test_imagesize.py
+   tests/test_textile.py
+   )
+   epytest -o addopts=
+}



[gentoo-commits] repo/gentoo:master commit in: app-text/pytextile/

2021-08-02 Thread Michał Górny
commit: 797f2d7481c4b7ca78c8d9b8892d2b80a9375cfb
Author: Michał Górny  gentoo  org>
AuthorDate: Mon Aug  2 08:07:36 2021 +
Commit: Michał Górny  gentoo  org>
CommitDate: Mon Aug  2 08:17:05 2021 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=797f2d74

app-text/pytextile: Update DISTUTILS_USE_SETUPTOOLS

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

 app-text/pytextile/pytextile-4.0.1.ebuild | 2 --
 1 file changed, 2 deletions(-)

diff --git a/app-text/pytextile/pytextile-4.0.1.ebuild 
b/app-text/pytextile/pytextile-4.0.1.ebuild
index 917f4fe616e..fc7f0aecbd1 100644
--- a/app-text/pytextile/pytextile-4.0.1.ebuild
+++ b/app-text/pytextile/pytextile-4.0.1.ebuild
@@ -4,8 +4,6 @@
 EAPI=7
 
 PYTHON_COMPAT=( python3_{8..10} )
-DISTUTILS_USE_SETUPTOOLS=rdepend
-
 inherit distutils-r1
 
 MY_P="python-textile-${PV}"



[gentoo-commits] repo/gentoo:master commit in: app-text/pytextile/

2021-08-02 Thread Michał Górny
commit: 4b9e15c194f7ff3ee51067b9ca5bedf99683eba0
Author: Arthur Zamarin  gmail  com>
AuthorDate: Fri Jul 30 11:20:14 2021 +
Commit: Michał Górny  gentoo  org>
CommitDate: Mon Aug  2 08:16:40 2021 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=4b9e15c1

app-text/pytextile: mark ALLARCHES

Signed-off-by: Arthur Zamarin  gmail.com>
Signed-off-by: Michał Górny  gentoo.org>

 app-text/pytextile/metadata.xml | 1 +
 1 file changed, 1 insertion(+)

diff --git a/app-text/pytextile/metadata.xml b/app-text/pytextile/metadata.xml
index c752a82be21..08d54e0cbc1 100644
--- a/app-text/pytextile/metadata.xml
+++ b/app-text/pytextile/metadata.xml
@@ -7,6 +7,7 @@
   
   A Python implementation of Textile, Dean Allen's 
Human Text Generator. 
   Textile simplifies the work of creating (X)HTML.
+  
   
 textile
 textile/python-textile



[gentoo-commits] repo/gentoo:master commit in: app-text/pytextile/

2021-08-02 Thread Michał Górny
commit: f2551a83e3f22e816080309a21418be9271dc525
Author: Arthur Zamarin  gmail  com>
AuthorDate: Fri Jul 30 11:15:50 2021 +
Commit: Michał Górny  gentoo  org>
CommitDate: Mon Aug  2 08:16:38 2021 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=f2551a83

app-text/pytextile: enable py3.10

Signed-off-by: Arthur Zamarin  gmail.com>
Signed-off-by: Michał Górny  gentoo.org>

 app-text/pytextile/pytextile-4.0.1.ebuild | 8 
 1 file changed, 4 insertions(+), 4 deletions(-)

diff --git a/app-text/pytextile/pytextile-4.0.1.ebuild 
b/app-text/pytextile/pytextile-4.0.1.ebuild
index ffa9cd0eb2e..5e40cece116 100644
--- a/app-text/pytextile/pytextile-4.0.1.ebuild
+++ b/app-text/pytextile/pytextile-4.0.1.ebuild
@@ -1,14 +1,14 @@
-# Copyright 1999-2020 Gentoo Authors
+# Copyright 1999-2021 Gentoo Authors
 # Distributed under the terms of the GNU General Public License v2
 
 EAPI=7
-PYTHON_COMPAT=( python3_{7,8,9} )
+
+PYTHON_COMPAT=( python3_{8..10} )
 DISTUTILS_USE_SETUPTOOLS=rdepend
 
 inherit distutils-r1
 
-MY_PN="python-textile"
-MY_P="${MY_PN}-${PV}"
+MY_P="python-textile-${PV}"
 
 DESCRIPTION="A Python port of Textile, A humane web text generator"
 HOMEPAGE="https://github.com/textile/python-textile;



[gentoo-commits] repo/gentoo:master commit in: app-text/pytextile/

2021-08-02 Thread Michał Górny
commit: 8d0d06badb7fd3aa25e28fd925adb5a7b496ce2a
Author: Arthur Zamarin  gmail  com>
AuthorDate: Fri Jul 30 11:19:04 2021 +
Commit: Michał Górny  gentoo  org>
CommitDate: Mon Aug  2 08:16:39 2021 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=8d0d06ba

app-text/pytextile: use distutils_enable_tests for tests

Signed-off-by: Arthur Zamarin  gmail.com>
Signed-off-by: Michał Górny  gentoo.org>

 app-text/pytextile/pytextile-4.0.1.ebuild | 27 +--
 1 file changed, 9 insertions(+), 18 deletions(-)

diff --git a/app-text/pytextile/pytextile-4.0.1.ebuild 
b/app-text/pytextile/pytextile-4.0.1.ebuild
index 5e40cece116..917f4fe616e 100644
--- a/app-text/pytextile/pytextile-4.0.1.ebuild
+++ b/app-text/pytextile/pytextile-4.0.1.ebuild
@@ -17,39 +17,30 @@ 
SRC_URI="https://github.com/textile/python-textile/archive/${PV}.tar.gz -> ${P}.
 LICENSE="BSD"
 SLOT="0"
 KEYWORDS="amd64 ppc ppc64 sparc x86"
-IUSE="test"
-RESTRICT="!test? ( test )"
 
 RDEPEND="
dev-python/html5lib[${PYTHON_USEDEP}]
dev-python/regex[${PYTHON_USEDEP}]
dev-python/six[${PYTHON_USEDEP}]"
-DEPEND="
-   test? (
-   ${RDEPEND}
-   dev-python/pytest[${PYTHON_USEDEP}]
-   )"
 
 S="${WORKDIR}/${MY_P}"
 
+distutils_enable_tests pytest
+
 src_prepare() {
default
# remove useless --cov arg injection
rm pytest.ini || die
# remove useless pytest-runner dep
sed -e "s/pytest-runner//g" -i setup.py || die
-
-   # remove tests that need network access
-   local my_drop_tests=(
-   test_getimagesize.py
-   test_imagesize.py
-   test_textile.py
-   )
-   for test in ${my_drop_tests[@]};
-   do rm "tests/$test" || die
-   done
 }
 
 python_test() {
-   pytest || die "Testsuite failed under ${EPYTHON}"
+   local deselect=(
+   # tests that need network access
+   tests/test_getimagesize.py
+   tests/test_imagesize.py
+   tests/test_textile.py
+   )
+   epytest ${deselect[@]/#/--deselect }
 }



[gentoo-commits] repo/gentoo:master commit in: app-text/pytextile/

2021-05-31 Thread Michał Górny
commit: 209360c7fde730829b698c712e2adf9e4f564c17
Author: Michał Górny  gentoo  org>
AuthorDate: Mon May 31 20:19:48 2021 +
Commit: Michał Górny  gentoo  org>
CommitDate: Mon May 31 20:19:48 2021 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=209360c7

app-text/pytextile: Remove old

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

 app-text/pytextile/Manifest   |  1 -
 app-text/pytextile/pytextile-3.0.3.ebuild | 45 ---
 2 files changed, 46 deletions(-)

diff --git a/app-text/pytextile/Manifest b/app-text/pytextile/Manifest
index 692dc66e6b3..08cfb9abe24 100644
--- a/app-text/pytextile/Manifest
+++ b/app-text/pytextile/Manifest
@@ -1,2 +1 @@
-DIST pytextile-3.0.3.tar.gz 48560 BLAKE2B 
f8d3077e2b8e4de7157dcd9ed17f7889301946c2d3034dbbb0171b4930bd7268c65ce1f950552db2b783aa48acae639d5f4ccfcbca96807562b4a6377c3dd220
 SHA512 
142fe77c8858b028f9ca0f24d1a054a1566f85f00fd5cf860bb705a19666249cd03420d258d5acfc9f45052dd25e52767492a60a10d986d86b711b54612f
 DIST pytextile-4.0.1.tar.gz 49282 BLAKE2B 
b51220ff33fe43b83d0aefee840b5170747015073fbe88934798c2505c3455e9805eee8815ec8068521c88a44a309bd0eb32e84757d088536f1c12a1f9bc0ca0
 SHA512 
e299663fd71b935e9c948649baba80584b1339dd3393a3f37b39475fe1d6a4addaaa2adcd16ba57b4c5db43ab9f8de6e9332871915b1fff7b7882ad5e8d64580

diff --git a/app-text/pytextile/pytextile-3.0.3.ebuild 
b/app-text/pytextile/pytextile-3.0.3.ebuild
deleted file mode 100644
index c760aa34679..000
--- a/app-text/pytextile/pytextile-3.0.3.ebuild
+++ /dev/null
@@ -1,45 +0,0 @@
-# Copyright 1999-2020 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=7
-PYTHON_COMPAT=( python3_7 )
-
-inherit distutils-r1
-
-MY_PN="python-textile"
-MY_P="${MY_PN}-${PV}"
-
-DESCRIPTION="A Python port of Textile, A humane web text generator"
-HOMEPAGE="https://github.com/textile/python-textile;
-SRC_URI="https://github.com/textile/python-textile/archive/${PV}.tar.gz -> 
${P}.tar.gz"
-
-LICENSE="BSD"
-SLOT="0"
-KEYWORDS="amd64 ppc ppc64 sparc x86"
-IUSE="test"
-RESTRICT="!test? ( test )"
-
-RDEPEND="
-   dev-python/html5lib[${PYTHON_USEDEP}]
-   dev-python/regex[${PYTHON_USEDEP}]
-   dev-python/six[${PYTHON_USEDEP}]"
-DEPEND="
-   dev-python/setuptools[${PYTHON_USEDEP}]
-   test? (
-   ${RDEPEND}
-   dev-python/pytest[${PYTHON_USEDEP}]
-   )"
-
-S="${WORKDIR}/${MY_P}"
-
-src_prepare() {
-   default
-   # remove useless --cov arg injection
-   rm pytest.ini || die
-   # remove useless pytest-runner dep
-   sed -e "s/pytest-runner//g" -i setup.py || die
-}
-
-python_test() {
-   pytest || die "Testsuite failed under ${EPYTHON}"
-}



[gentoo-commits] repo/gentoo:master commit in: app-text/pytextile/

2020-08-30 Thread Sam James
commit: 001c17573d26f1cde49acb61ba4680ee387fe5df
Author: Sam James  gentoo  org>
AuthorDate: Mon Aug 31 01:25:57 2020 +
Commit: Sam James  gentoo  org>
CommitDate: Mon Aug 31 01:25:57 2020 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=001c1757

app-text/pytextile: Stabilize 4.0.1 ppc, #736707

Signed-off-by: Sam James  gentoo.org>

 app-text/pytextile/pytextile-4.0.1.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/app-text/pytextile/pytextile-4.0.1.ebuild 
b/app-text/pytextile/pytextile-4.0.1.ebuild
index 1d920065c30..8a4c6c29f89 100644
--- a/app-text/pytextile/pytextile-4.0.1.ebuild
+++ b/app-text/pytextile/pytextile-4.0.1.ebuild
@@ -16,7 +16,7 @@ 
SRC_URI="https://github.com/textile/python-textile/archive/${PV}.tar.gz -> ${P}.
 
 LICENSE="BSD"
 SLOT="0"
-KEYWORDS="amd64 ~ppc ~ppc64 sparc x86"
+KEYWORDS="amd64 ppc ~ppc64 sparc x86"
 IUSE="test"
 RESTRICT="!test? ( test )"
 



[gentoo-commits] repo/gentoo:master commit in: app-text/pytextile/

2020-08-21 Thread Agostino Sarubbo
commit: 608f2fad405d991b1230942aac9789208efd380d
Author: Agostino Sarubbo  gentoo  org>
AuthorDate: Sat Aug 22 05:49:16 2020 +
Commit: Agostino Sarubbo  gentoo  org>
CommitDate: Sat Aug 22 05:49:16 2020 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=608f2fad

app-text/pytextile: x86 stable wrt bug #736707

Package-Manager: Portage-2.3.103, Repoman-2.3.23
RepoMan-Options: --include-arches="x86"
Signed-off-by: Agostino Sarubbo  gentoo.org>

 app-text/pytextile/pytextile-4.0.1.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/app-text/pytextile/pytextile-4.0.1.ebuild 
b/app-text/pytextile/pytextile-4.0.1.ebuild
index fb9312910fa..1d920065c30 100644
--- a/app-text/pytextile/pytextile-4.0.1.ebuild
+++ b/app-text/pytextile/pytextile-4.0.1.ebuild
@@ -16,7 +16,7 @@ 
SRC_URI="https://github.com/textile/python-textile/archive/${PV}.tar.gz -> ${P}.
 
 LICENSE="BSD"
 SLOT="0"
-KEYWORDS="amd64 ~ppc ~ppc64 sparc ~x86"
+KEYWORDS="amd64 ~ppc ~ppc64 sparc x86"
 IUSE="test"
 RESTRICT="!test? ( test )"
 



[gentoo-commits] repo/gentoo:master commit in: app-text/pytextile/

2020-08-17 Thread Agostino Sarubbo
commit: 63830130a70d7838ed9503139c1187ebcde14166
Author: Agostino Sarubbo  gentoo  org>
AuthorDate: Mon Aug 17 06:59:42 2020 +
Commit: Agostino Sarubbo  gentoo  org>
CommitDate: Mon Aug 17 06:59:42 2020 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=63830130

app-text/pytextile: amd64 stable wrt bug #736707

Package-Manager: Portage-2.3.103, Repoman-2.3.23
RepoMan-Options: --include-arches="amd64"
Signed-off-by: Agostino Sarubbo  gentoo.org>

 app-text/pytextile/pytextile-4.0.1.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/app-text/pytextile/pytextile-4.0.1.ebuild 
b/app-text/pytextile/pytextile-4.0.1.ebuild
index eb8207db733..fb9312910fa 100644
--- a/app-text/pytextile/pytextile-4.0.1.ebuild
+++ b/app-text/pytextile/pytextile-4.0.1.ebuild
@@ -16,7 +16,7 @@ 
SRC_URI="https://github.com/textile/python-textile/archive/${PV}.tar.gz -> ${P}.
 
 LICENSE="BSD"
 SLOT="0"
-KEYWORDS="~amd64 ~ppc ~ppc64 sparc ~x86"
+KEYWORDS="amd64 ~ppc ~ppc64 sparc ~x86"
 IUSE="test"
 RESTRICT="!test? ( test )"
 



[gentoo-commits] repo/gentoo:master commit in: app-text/pytextile/

2020-08-15 Thread Sergei Trofimovich
commit: d1a9f36873eb9b33f20f0ecb63151e3fba9c7bc2
Author: Sergei Trofimovich  gentoo  org>
AuthorDate: Sat Aug 15 07:29:59 2020 +
Commit: Sergei Trofimovich  gentoo  org>
CommitDate: Sat Aug 15 07:29:59 2020 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=d1a9f368

app-text/pytextile: stable 4.0.1 for sparc

stable wrt bug #736707

Package-Manager: Portage-3.0.2, Repoman-2.3.23
RepoMan-Options: --include-arches="sparc"
Signed-off-by: Sergei Trofimovich  gentoo.org>

 app-text/pytextile/pytextile-4.0.1.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/app-text/pytextile/pytextile-4.0.1.ebuild 
b/app-text/pytextile/pytextile-4.0.1.ebuild
index 8d0f154979a..eb8207db733 100644
--- a/app-text/pytextile/pytextile-4.0.1.ebuild
+++ b/app-text/pytextile/pytextile-4.0.1.ebuild
@@ -16,7 +16,7 @@ 
SRC_URI="https://github.com/textile/python-textile/archive/${PV}.tar.gz -> ${P}.
 
 LICENSE="BSD"
 SLOT="0"
-KEYWORDS="~amd64 ~ppc ~ppc64 ~sparc ~x86"
+KEYWORDS="~amd64 ~ppc ~ppc64 sparc ~x86"
 IUSE="test"
 RESTRICT="!test? ( test )"
 



[gentoo-commits] repo/gentoo:master commit in: app-text/pytextile/

2020-07-15 Thread Joonas Niilola
commit: 0fe3208e767ca678e59eb905cf2361527725c354
Author: Joonas Niilola  gentoo  org>
AuthorDate: Wed Jul 15 07:18:13 2020 +
Commit: Joonas Niilola  gentoo  org>
CommitDate: Wed Jul 15 08:06:36 2020 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=0fe3208e

app-text/pytextile: use D_U_S on 4.0.1

Signed-off-by: Joonas Niilola  gentoo.org>

 app-text/pytextile/pytextile-4.0.1.ebuild | 5 ++---
 1 file changed, 2 insertions(+), 3 deletions(-)

diff --git a/app-text/pytextile/pytextile-4.0.1.ebuild 
b/app-text/pytextile/pytextile-4.0.1.ebuild
index a5e8b653f7f..8d0f154979a 100644
--- a/app-text/pytextile/pytextile-4.0.1.ebuild
+++ b/app-text/pytextile/pytextile-4.0.1.ebuild
@@ -3,9 +3,9 @@
 
 EAPI=7
 PYTHON_COMPAT=( python3_{7,8,9} )
+DISTUTILS_USE_SETUPTOOLS=rdepend
 
 inherit distutils-r1
-DISTUTILS_USE_SETUPTOOLS=rdepend
 
 MY_PN="python-textile"
 MY_P="${MY_PN}-${PV}"
@@ -25,7 +25,6 @@ RDEPEND="
dev-python/regex[${PYTHON_USEDEP}]
dev-python/six[${PYTHON_USEDEP}]"
 DEPEND="
-   dev-python/setuptools[${PYTHON_USEDEP}]
test? (
${RDEPEND}
dev-python/pytest[${PYTHON_USEDEP}]
@@ -44,7 +43,7 @@ src_prepare() {
local my_drop_tests=(
test_getimagesize.py
test_imagesize.py
-   test_textile.py
+   test_textile.py
)
for test in ${my_drop_tests[@]};
do rm "tests/$test" || die



[gentoo-commits] repo/gentoo:master commit in: app-text/pytextile/

2020-07-15 Thread Joonas Niilola
commit: c38a0c214c0a100f4bcc66942b67654c8f9791b5
Author: Nils Freydank  posteo  de>
AuthorDate: Mon Jul  6 12:23:22 2020 +
Commit: Joonas Niilola  gentoo  org>
CommitDate: Wed Jul 15 08:06:35 2020 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=c38a0c21

app-text/pytextile: Bump to 4.0.1 and support python3_9

Package-Manager: Portage-2.3.103, Repoman-2.3.23
Signed-off-by: Nils Freydank  posteo.de>
Signed-off-by: Joonas Niilola  gentoo.org>

 app-text/pytextile/Manifest   |  1 +
 app-text/pytextile/pytextile-4.0.1.ebuild | 56 +++
 2 files changed, 57 insertions(+)

diff --git a/app-text/pytextile/Manifest b/app-text/pytextile/Manifest
index 16cdcb6a803..692dc66e6b3 100644
--- a/app-text/pytextile/Manifest
+++ b/app-text/pytextile/Manifest
@@ -1 +1,2 @@
 DIST pytextile-3.0.3.tar.gz 48560 BLAKE2B 
f8d3077e2b8e4de7157dcd9ed17f7889301946c2d3034dbbb0171b4930bd7268c65ce1f950552db2b783aa48acae639d5f4ccfcbca96807562b4a6377c3dd220
 SHA512 
142fe77c8858b028f9ca0f24d1a054a1566f85f00fd5cf860bb705a19666249cd03420d258d5acfc9f45052dd25e52767492a60a10d986d86b711b54612f
+DIST pytextile-4.0.1.tar.gz 49282 BLAKE2B 
b51220ff33fe43b83d0aefee840b5170747015073fbe88934798c2505c3455e9805eee8815ec8068521c88a44a309bd0eb32e84757d088536f1c12a1f9bc0ca0
 SHA512 
e299663fd71b935e9c948649baba80584b1339dd3393a3f37b39475fe1d6a4addaaa2adcd16ba57b4c5db43ab9f8de6e9332871915b1fff7b7882ad5e8d64580

diff --git a/app-text/pytextile/pytextile-4.0.1.ebuild 
b/app-text/pytextile/pytextile-4.0.1.ebuild
new file mode 100644
index 000..a5e8b653f7f
--- /dev/null
+++ b/app-text/pytextile/pytextile-4.0.1.ebuild
@@ -0,0 +1,56 @@
+# Copyright 1999-2020 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=7
+PYTHON_COMPAT=( python3_{7,8,9} )
+
+inherit distutils-r1
+DISTUTILS_USE_SETUPTOOLS=rdepend
+
+MY_PN="python-textile"
+MY_P="${MY_PN}-${PV}"
+
+DESCRIPTION="A Python port of Textile, A humane web text generator"
+HOMEPAGE="https://github.com/textile/python-textile;
+SRC_URI="https://github.com/textile/python-textile/archive/${PV}.tar.gz -> 
${P}.tar.gz"
+
+LICENSE="BSD"
+SLOT="0"
+KEYWORDS="~amd64 ~ppc ~ppc64 ~sparc ~x86"
+IUSE="test"
+RESTRICT="!test? ( test )"
+
+RDEPEND="
+   dev-python/html5lib[${PYTHON_USEDEP}]
+   dev-python/regex[${PYTHON_USEDEP}]
+   dev-python/six[${PYTHON_USEDEP}]"
+DEPEND="
+   dev-python/setuptools[${PYTHON_USEDEP}]
+   test? (
+   ${RDEPEND}
+   dev-python/pytest[${PYTHON_USEDEP}]
+   )"
+
+S="${WORKDIR}/${MY_P}"
+
+src_prepare() {
+   default
+   # remove useless --cov arg injection
+   rm pytest.ini || die
+   # remove useless pytest-runner dep
+   sed -e "s/pytest-runner//g" -i setup.py || die
+
+   # remove tests that need network access
+   local my_drop_tests=(
+   test_getimagesize.py
+   test_imagesize.py
+   test_textile.py
+   )
+   for test in ${my_drop_tests[@]};
+   do rm "tests/$test" || die
+   done
+}
+
+python_test() {
+   pytest || die "Testsuite failed under ${EPYTHON}"
+}



[gentoo-commits] repo/gentoo:master commit in: app-text/pytextile/

2020-03-07 Thread Michał Górny
commit: 2865c4916873e24c52e8a647a53882164fce0dd2
Author: Michał Górny  gentoo  org>
AuthorDate: Sat Mar  7 15:01:54 2020 +
Commit: Michał Górny  gentoo  org>
CommitDate: Sat Mar  7 15:01:54 2020 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=2865c491

app-text/pytextile: Remove redundant versions

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

 app-text/pytextile/Manifest   |  1 -
 app-text/pytextile/pytextile-2.3.3.ebuild | 41 ---
 2 files changed, 42 deletions(-)

diff --git a/app-text/pytextile/Manifest b/app-text/pytextile/Manifest
index 781743a9264..16cdcb6a803 100644
--- a/app-text/pytextile/Manifest
+++ b/app-text/pytextile/Manifest
@@ -1,2 +1 @@
-DIST pytextile-2.3.3.tar.gz 42277 BLAKE2B 
a6e6e1d96695f3ada03f5da9bd8bd19b99da345d83c62b1d4f2e765303dfbbbee072da4611f1b29b46d28ed334373c809117940ff0c1238dea3b12fb9076656c
 SHA512 
980c872bfdc056753fa5b344cbc828dbdc9ddfc2656f3cfb5c15b3351cfd9e4016f57af14b60af2f2764e556865301d7923a8f0687c5857fc2201bf10f56ab60
 DIST pytextile-3.0.3.tar.gz 48560 BLAKE2B 
f8d3077e2b8e4de7157dcd9ed17f7889301946c2d3034dbbb0171b4930bd7268c65ce1f950552db2b783aa48acae639d5f4ccfcbca96807562b4a6377c3dd220
 SHA512 
142fe77c8858b028f9ca0f24d1a054a1566f85f00fd5cf860bb705a19666249cd03420d258d5acfc9f45052dd25e52767492a60a10d986d86b711b54612f

diff --git a/app-text/pytextile/pytextile-2.3.3.ebuild 
b/app-text/pytextile/pytextile-2.3.3.ebuild
deleted file mode 100644
index 69515f328b8..000
--- a/app-text/pytextile/pytextile-2.3.3.ebuild
+++ /dev/null
@@ -1,41 +0,0 @@
-# Copyright 1999-2020 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=5
-PYTHON_COMPAT=( python3_6 )
-
-inherit distutils-r1
-
-MY_PN="python-textile"
-MY_P="${MY_PN}-${PV}"
-
-DESCRIPTION="A Python port of Textile, A humane web text generator"
-HOMEPAGE="https://github.com/textile/python-textile;
-SRC_URI="https://github.com/textile/python-textile/archive/${PV}.tar.gz -> 
${P}.tar.gz"
-
-LICENSE="BSD"
-SLOT="0"
-KEYWORDS="amd64 ppc ppc64 sparc x86"
-IUSE="test"
-RESTRICT="!test? ( test )"
-
-DEPEND="dev-python/setuptools[${PYTHON_USEDEP}]
-   dev-python/pytest-runner[${PYTHON_USEDEP}]
-   test? ( dev-python/pytest[${PYTHON_USEDEP}] )"
-RDEPEND="
-   dev-python/regex[${PYTHON_USEDEP}]
-   "
-
-S="${WORKDIR}/${MY_P}"
-
-python_prepare_all() {
-   # This resolves a nasty race condition, courtesy of Arfrever
-   sed -e 's:with-id = 1::' -i setup.cfg || die
-   # remove useless --cov arg injection
-   rm pytest.ini || die
-   distutils-r1_python_prepare_all
-}
-
-python_test() {
-   py.test || die "Testsuite failed under ${EPYTHON}"
-}



[gentoo-commits] repo/gentoo:master commit in: app-text/pytextile/

2020-03-07 Thread Agostino Sarubbo
commit: 1050602775bb554141ebbf0a110fe45759f06593
Author: Agostino Sarubbo  gentoo  org>
AuthorDate: Sat Mar  7 11:02:11 2020 +
Commit: Agostino Sarubbo  gentoo  org>
CommitDate: Sat Mar  7 11:02:11 2020 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=10506027

app-text/pytextile: x86 stable wrt bug #711718

Package-Manager: Portage-2.3.89, Repoman-2.3.20
RepoMan-Options: --include-arches="x86"
Signed-off-by: Agostino Sarubbo  gentoo.org>

 app-text/pytextile/pytextile-3.0.3.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/app-text/pytextile/pytextile-3.0.3.ebuild 
b/app-text/pytextile/pytextile-3.0.3.ebuild
index e736c58c394..d53e23a4e6f 100644
--- a/app-text/pytextile/pytextile-3.0.3.ebuild
+++ b/app-text/pytextile/pytextile-3.0.3.ebuild
@@ -15,7 +15,7 @@ 
SRC_URI="https://github.com/textile/python-textile/archive/${PV}.tar.gz -> ${P}.
 
 LICENSE="BSD"
 SLOT="0"
-KEYWORDS="amd64 ppc ppc64 sparc ~x86"
+KEYWORDS="amd64 ppc ppc64 sparc x86"
 IUSE="test"
 RESTRICT="!test? ( test )"
 



[gentoo-commits] repo/gentoo:master commit in: app-text/pytextile/

2020-03-07 Thread Agostino Sarubbo
commit: a0fd25d9a96b257004494d22263cb06387af1a66
Author: Agostino Sarubbo  gentoo  org>
AuthorDate: Sat Mar  7 10:53:23 2020 +
Commit: Agostino Sarubbo  gentoo  org>
CommitDate: Sat Mar  7 10:53:23 2020 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=a0fd25d9

app-text/pytextile: ppc stable wrt bug #711718

Package-Manager: Portage-2.3.89, Repoman-2.3.20
RepoMan-Options: --include-arches="ppc"
Signed-off-by: Agostino Sarubbo  gentoo.org>

 app-text/pytextile/pytextile-3.0.3.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/app-text/pytextile/pytextile-3.0.3.ebuild 
b/app-text/pytextile/pytextile-3.0.3.ebuild
index b96981f9196..e736c58c394 100644
--- a/app-text/pytextile/pytextile-3.0.3.ebuild
+++ b/app-text/pytextile/pytextile-3.0.3.ebuild
@@ -15,7 +15,7 @@ 
SRC_URI="https://github.com/textile/python-textile/archive/${PV}.tar.gz -> ${P}.
 
 LICENSE="BSD"
 SLOT="0"
-KEYWORDS="amd64 ~ppc ppc64 sparc ~x86"
+KEYWORDS="amd64 ppc ppc64 sparc ~x86"
 IUSE="test"
 RESTRICT="!test? ( test )"
 



[gentoo-commits] repo/gentoo:master commit in: app-text/pytextile/

2020-03-07 Thread Agostino Sarubbo
commit: 704ea24eca3893c06af2a44800a2cde89ad6e3f1
Author: Agostino Sarubbo  gentoo  org>
AuthorDate: Sat Mar  7 10:49:20 2020 +
Commit: Agostino Sarubbo  gentoo  org>
CommitDate: Sat Mar  7 10:49:20 2020 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=704ea24e

app-text/pytextile: ppc64 stable wrt bug #711718

Package-Manager: Portage-2.3.89, Repoman-2.3.20
RepoMan-Options: --include-arches="ppc64"
Signed-off-by: Agostino Sarubbo  gentoo.org>

 app-text/pytextile/pytextile-3.0.3.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/app-text/pytextile/pytextile-3.0.3.ebuild 
b/app-text/pytextile/pytextile-3.0.3.ebuild
index 245715591ca..b96981f9196 100644
--- a/app-text/pytextile/pytextile-3.0.3.ebuild
+++ b/app-text/pytextile/pytextile-3.0.3.ebuild
@@ -15,7 +15,7 @@ 
SRC_URI="https://github.com/textile/python-textile/archive/${PV}.tar.gz -> ${P}.
 
 LICENSE="BSD"
 SLOT="0"
-KEYWORDS="amd64 ~ppc ~ppc64 sparc ~x86"
+KEYWORDS="amd64 ~ppc ppc64 sparc ~x86"
 IUSE="test"
 RESTRICT="!test? ( test )"
 



[gentoo-commits] repo/gentoo:master commit in: app-text/pytextile/

2020-03-07 Thread Agostino Sarubbo
commit: 3fe0c3bfcb1d4405e8a3f6543a5653b3e4c2dee3
Author: Agostino Sarubbo  gentoo  org>
AuthorDate: Sat Mar  7 09:42:03 2020 +
Commit: Agostino Sarubbo  gentoo  org>
CommitDate: Sat Mar  7 09:42:03 2020 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=3fe0c3bf

app-text/pytextile: amd64 stable wrt bug #711718

Package-Manager: Portage-2.3.89, Repoman-2.3.20
RepoMan-Options: --include-arches="amd64"
Signed-off-by: Agostino Sarubbo  gentoo.org>

 app-text/pytextile/pytextile-3.0.3.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/app-text/pytextile/pytextile-3.0.3.ebuild 
b/app-text/pytextile/pytextile-3.0.3.ebuild
index 6f9c3181022..245715591ca 100644
--- a/app-text/pytextile/pytextile-3.0.3.ebuild
+++ b/app-text/pytextile/pytextile-3.0.3.ebuild
@@ -15,7 +15,7 @@ 
SRC_URI="https://github.com/textile/python-textile/archive/${PV}.tar.gz -> ${P}.
 
 LICENSE="BSD"
 SLOT="0"
-KEYWORDS="~amd64 ~ppc ~ppc64 sparc ~x86"
+KEYWORDS="amd64 ~ppc ~ppc64 sparc ~x86"
 IUSE="test"
 RESTRICT="!test? ( test )"
 



[gentoo-commits] repo/gentoo:master commit in: app-text/pytextile/

2020-03-07 Thread Agostino Sarubbo
commit: b759b2f51c33735cbbe9c6371f70d42171ea37d1
Author: Agostino Sarubbo  gentoo  org>
AuthorDate: Sat Mar  7 08:59:09 2020 +
Commit: Agostino Sarubbo  gentoo  org>
CommitDate: Sat Mar  7 08:59:09 2020 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=b759b2f5

app-text/pytextile: sparc stable wrt bug #711718

Package-Manager: Portage-2.3.89, Repoman-2.3.20
RepoMan-Options: --include-arches="sparc"
Signed-off-by: Agostino Sarubbo  gentoo.org>

 app-text/pytextile/pytextile-3.0.3.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/app-text/pytextile/pytextile-3.0.3.ebuild 
b/app-text/pytextile/pytextile-3.0.3.ebuild
index 136381cfdbd..6f9c3181022 100644
--- a/app-text/pytextile/pytextile-3.0.3.ebuild
+++ b/app-text/pytextile/pytextile-3.0.3.ebuild
@@ -15,7 +15,7 @@ 
SRC_URI="https://github.com/textile/python-textile/archive/${PV}.tar.gz -> ${P}.
 
 LICENSE="BSD"
 SLOT="0"
-KEYWORDS="~amd64 ~ppc ~ppc64 ~sparc ~x86"
+KEYWORDS="~amd64 ~ppc ~ppc64 sparc ~x86"
 IUSE="test"
 RESTRICT="!test? ( test )"
 



[gentoo-commits] repo/gentoo:master commit in: app-text/pytextile/

2020-02-11 Thread Michał Górny
commit: 9e49603e6bf2b15f3cb461d2a0bdbfa3462d08fc
Author: Michał Górny  gentoo  org>
AuthorDate: Tue Feb 11 11:33:08 2020 +
Commit: Michał Górny  gentoo  org>
CommitDate: Tue Feb 11 11:38:20 2020 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=9e49603e

app-text/pytextile: Remove py2

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

 app-text/pytextile/pytextile-2.3.3.ebuild | 2 +-
 app-text/pytextile/pytextile-3.0.3.ebuild | 2 +-
 2 files changed, 2 insertions(+), 2 deletions(-)

diff --git a/app-text/pytextile/pytextile-2.3.3.ebuild 
b/app-text/pytextile/pytextile-2.3.3.ebuild
index 2226c9abb45..69515f328b8 100644
--- a/app-text/pytextile/pytextile-2.3.3.ebuild
+++ b/app-text/pytextile/pytextile-2.3.3.ebuild
@@ -2,7 +2,7 @@
 # Distributed under the terms of the GNU General Public License v2
 
 EAPI=5
-PYTHON_COMPAT=( python{2_7,3_6} )
+PYTHON_COMPAT=( python3_6 )
 
 inherit distutils-r1
 

diff --git a/app-text/pytextile/pytextile-3.0.3.ebuild 
b/app-text/pytextile/pytextile-3.0.3.ebuild
index 8ea0f74d9ac..136381cfdbd 100644
--- a/app-text/pytextile/pytextile-3.0.3.ebuild
+++ b/app-text/pytextile/pytextile-3.0.3.ebuild
@@ -2,7 +2,7 @@
 # Distributed under the terms of the GNU General Public License v2
 
 EAPI=7
-PYTHON_COMPAT=( python{2_7,3_6,3_7} )
+PYTHON_COMPAT=( python{3_6,3_7} )
 
 inherit distutils-r1
 



[gentoo-commits] repo/gentoo:master commit in: app-text/pytextile/, app-text/pytextile/files/

2018-10-15 Thread Virgil Dupras
commit: 9f7f6e2659dd3d4aa5a5d1f67a86ef79bdcd2ed4
Author: Virgil Dupras  gentoo  org>
AuthorDate: Mon Oct 15 23:54:16 2018 +
Commit: Virgil Dupras  gentoo  org>
CommitDate: Tue Oct 16 00:01:22 2018 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=9f7f6e26

app-text/pytextile: remove old

Signed-off-by: Virgil Dupras  gentoo.org>
Package-Manager: Portage-2.3.51, Repoman-2.3.11

 app-text/pytextile/Manifest|  1 -
 .../files/pytextile-2.1.8-sanitizer.patch  | 15 -
 app-text/pytextile/pytextile-2.1.8.ebuild  | 38 --
 3 files changed, 54 deletions(-)

diff --git a/app-text/pytextile/Manifest b/app-text/pytextile/Manifest
index f70b76be1d6..781743a9264 100644
--- a/app-text/pytextile/Manifest
+++ b/app-text/pytextile/Manifest
@@ -1,3 +1,2 @@
 DIST pytextile-2.3.3.tar.gz 42277 BLAKE2B 
a6e6e1d96695f3ada03f5da9bd8bd19b99da345d83c62b1d4f2e765303dfbbbee072da4611f1b29b46d28ed334373c809117940ff0c1238dea3b12fb9076656c
 SHA512 
980c872bfdc056753fa5b344cbc828dbdc9ddfc2656f3cfb5c15b3351cfd9e4016f57af14b60af2f2764e556865301d7923a8f0687c5857fc2201bf10f56ab60
 DIST pytextile-3.0.3.tar.gz 48560 BLAKE2B 
f8d3077e2b8e4de7157dcd9ed17f7889301946c2d3034dbbb0171b4930bd7268c65ce1f950552db2b783aa48acae639d5f4ccfcbca96807562b4a6377c3dd220
 SHA512 
142fe77c8858b028f9ca0f24d1a054a1566f85f00fd5cf860bb705a19666249cd03420d258d5acfc9f45052dd25e52767492a60a10d986d86b711b54612f
-DIST textile-2.1.8.tar.gz 34002 BLAKE2B 
0f4643da3cf47cd9b27e7b3237c6eac8b951caab9f6f36da929e159d582ae9e8ac04b835bd9006d7392ed935a875e169eef276caa52e25d618cdeafa27cef626
 SHA512 
b1675a131b482f4926efb45312b16c722ff158d9296704918b56316d470056f986ce18d495525a8e9f236bdd62e09ca6a17b443a7db8c8c36e5d05fcffce67da

diff --git a/app-text/pytextile/files/pytextile-2.1.8-sanitizer.patch 
b/app-text/pytextile/files/pytextile-2.1.8-sanitizer.patch
deleted file mode 100644
index 1a9e696f21e..000
--- a/app-text/pytextile/files/pytextile-2.1.8-sanitizer.patch
+++ /dev/null
@@ -1,15 +0,0 @@
-https://github.com/textile/python-textile/commit/83c81db387fa5f0c5ca25c27b8bc36d105bce599
-diff --git a/textile/tools/sanitizer.py b/textile/tools/sanitizer.py
-index 83b6799..4fc8fb2 100644
 a/textile/tools/sanitizer.py
-+++ b/textile/tools/sanitizer.py
-@@ -12,7 +12,7 @@ def sanitize(string):
- p = html5lib.HTMLParser(tokenizer=sanitizer.HTMLSanitizer)
- tree = p.parseFragment(string)
- 
--walker = treewalkers.getTreeWalker("simpletree")
-+walker = treewalkers.getTreeWalker("etree")
- stream = walker(tree)
- 
- s = serializer.htmlserializer.HTMLSerializer(omit_optional_tags=False,
-

diff --git a/app-text/pytextile/pytextile-2.1.8.ebuild 
b/app-text/pytextile/pytextile-2.1.8.ebuild
deleted file mode 100644
index 583464ba033..000
--- a/app-text/pytextile/pytextile-2.1.8.ebuild
+++ /dev/null
@@ -1,38 +0,0 @@
-# Copyright 1999-2017 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=5
-PYTHON_COMPAT=( python{2_7,3_4} pypy )
-
-inherit distutils-r1
-
-MY_PN="textile"
-MY_P="${MY_PN}-${PV}"
-
-DESCRIPTION="A Python port of Textile, A humane web text generator"
-HOMEPAGE="https://github.com/ikirudennis/python-textile;
-SRC_URI="mirror://pypi/${MY_PN:0:1}/${MY_PN}/${MY_P}.tar.gz"
-
-LICENSE="BSD"
-SLOT="0"
-KEYWORDS="amd64 ppc ppc64 sparc x86 ~x86-fbsd"
-IUSE="test"
-
-DEPEND="dev-python/setuptools[${PYTHON_USEDEP}]
-   test? ( dev-python/nose[${PYTHON_USEDEP}] )"
-
-RDEPEND=""
-
-S="${WORKDIR}/${MY_P}"
-
-PATCHES=( "${FILESDIR}"/${P}-sanitizer.patch )
-
-python_prepare_all() {
-   # This resolves a nasty race condition noted and observed by Arfrever
-   sed -e 's:with-id = 1::' -i setup.cfg || die
-   distutils-r1_python_prepare_all
-}
-
-python_test() {
-   nosetests textile/tests/ || die "Tests failed under ${EPYTHON}"
-}



[gentoo-commits] repo/gentoo:master commit in: app-text/pytextile/

2018-10-15 Thread Virgil Dupras
commit: fdf1d951faa476913ddb313c45b4ba43c80da08c
Author: Virgil Dupras  gentoo  org>
AuthorDate: Mon Oct 15 23:59:52 2018 +
Commit: Virgil Dupras  gentoo  org>
CommitDate: Tue Oct 16 00:01:23 2018 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=fdf1d951

app-text/pytextile: drop spurious pytest-cov dep

Signed-off-by: Virgil Dupras  gentoo.org>
Package-Manager: Portage-2.3.51, Repoman-2.3.11

 app-text/pytextile/pytextile-2.3.3.ebuild | 9 -
 1 file changed, 4 insertions(+), 5 deletions(-)

diff --git a/app-text/pytextile/pytextile-2.3.3.ebuild 
b/app-text/pytextile/pytextile-2.3.3.ebuild
index 3a17b6c192d..0cf0146b654 100644
--- a/app-text/pytextile/pytextile-2.3.3.ebuild
+++ b/app-text/pytextile/pytextile-2.3.3.ebuild
@@ -1,4 +1,4 @@
-# Copyright 1999-2018 Gentoo Foundation
+# Copyright 1999-2018 Gentoo Authors
 # Distributed under the terms of the GNU General Public License v2
 
 EAPI=5
@@ -20,10 +20,7 @@ IUSE="test"
 
 DEPEND="dev-python/setuptools[${PYTHON_USEDEP}]
dev-python/pytest-runner[${PYTHON_USEDEP}]
-   test? ( dev-python/pytest[${PYTHON_USEDEP}]
-   dev-python/pytest-cov[${PYTHON_USEDEP}]
-   )
-   "
+   test? ( dev-python/pytest[${PYTHON_USEDEP}] )"
 RDEPEND="
dev-python/regex[${PYTHON_USEDEP}]
"
@@ -33,6 +30,8 @@ S="${WORKDIR}/${MY_P}"
 python_prepare_all() {
# This resolves a nasty race condition, courtesy of Arfrever
sed -e 's:with-id = 1::' -i setup.cfg || die
+   # remove useless --cov arg injection
+   rm pytest.ini || die
distutils-r1_python_prepare_all
 }
 



[gentoo-commits] repo/gentoo:master commit in: app-text/pytextile/

2018-10-15 Thread Virgil Dupras
commit: 53cdd593c90f8bab8c49877b6f687277860c64e1
Author: Virgil Dupras  gentoo  org>
AuthorDate: Mon Oct 15 23:53:34 2018 +
Commit: Virgil Dupras  gentoo  org>
CommitDate: Tue Oct 16 00:01:22 2018 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=53cdd593

app-text/pytextile: bump to 3.0.3

Signed-off-by: Virgil Dupras  gentoo.org>
Package-Manager: Portage-2.3.51, Repoman-2.3.11

 app-text/pytextile/Manifest   |  1 +
 app-text/pytextile/pytextile-3.0.3.ebuild | 44 +++
 2 files changed, 45 insertions(+)

diff --git a/app-text/pytextile/Manifest b/app-text/pytextile/Manifest
index 84ad11ce3ff..f70b76be1d6 100644
--- a/app-text/pytextile/Manifest
+++ b/app-text/pytextile/Manifest
@@ -1,2 +1,3 @@
 DIST pytextile-2.3.3.tar.gz 42277 BLAKE2B 
a6e6e1d96695f3ada03f5da9bd8bd19b99da345d83c62b1d4f2e765303dfbbbee072da4611f1b29b46d28ed334373c809117940ff0c1238dea3b12fb9076656c
 SHA512 
980c872bfdc056753fa5b344cbc828dbdc9ddfc2656f3cfb5c15b3351cfd9e4016f57af14b60af2f2764e556865301d7923a8f0687c5857fc2201bf10f56ab60
+DIST pytextile-3.0.3.tar.gz 48560 BLAKE2B 
f8d3077e2b8e4de7157dcd9ed17f7889301946c2d3034dbbb0171b4930bd7268c65ce1f950552db2b783aa48acae639d5f4ccfcbca96807562b4a6377c3dd220
 SHA512 
142fe77c8858b028f9ca0f24d1a054a1566f85f00fd5cf860bb705a19666249cd03420d258d5acfc9f45052dd25e52767492a60a10d986d86b711b54612f
 DIST textile-2.1.8.tar.gz 34002 BLAKE2B 
0f4643da3cf47cd9b27e7b3237c6eac8b951caab9f6f36da929e159d582ae9e8ac04b835bd9006d7392ed935a875e169eef276caa52e25d618cdeafa27cef626
 SHA512 
b1675a131b482f4926efb45312b16c722ff158d9296704918b56316d470056f986ce18d495525a8e9f236bdd62e09ca6a17b443a7db8c8c36e5d05fcffce67da

diff --git a/app-text/pytextile/pytextile-3.0.3.ebuild 
b/app-text/pytextile/pytextile-3.0.3.ebuild
new file mode 100644
index 000..ffe60374163
--- /dev/null
+++ b/app-text/pytextile/pytextile-3.0.3.ebuild
@@ -0,0 +1,44 @@
+# Copyright 1999-2018 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=7
+PYTHON_COMPAT=( python{2_7,3_4,3_5,3_6,3_7} pypy )
+
+inherit distutils-r1
+
+MY_PN="python-textile"
+MY_P="${MY_PN}-${PV}"
+
+DESCRIPTION="A Python port of Textile, A humane web text generator"
+HOMEPAGE="https://github.com/textile/python-textile;
+SRC_URI="https://github.com/textile/python-textile/archive/${PV}.tar.gz -> 
${P}.tar.gz"
+
+LICENSE="BSD"
+SLOT="0"
+KEYWORDS="~amd64 ~ppc ~ppc64 ~sparc ~x86"
+IUSE="test"
+
+RDEPEND="
+   dev-python/html5lib[${PYTHON_USEDEP}]
+   dev-python/regex[${PYTHON_USEDEP}]
+   dev-python/six[${PYTHON_USEDEP}]"
+DEPEND="
+   dev-python/setuptools[${PYTHON_USEDEP}]
+   test? (
+   ${RDEPEND}
+   dev-python/pytest[${PYTHON_USEDEP}]
+   )"
+
+S="${WORKDIR}/${MY_P}"
+
+src_prepare() {
+   default
+   # remove useless --cov arg injection
+   rm pytest.ini || die
+   # remove useless pytest-runner dep
+   sed -e "s/pytest-runner//g" -i setup.py || die
+}
+
+python_test() {
+   pytest || die "Testsuite failed under ${EPYTHON}"
+}



[gentoo-commits] repo/gentoo:master commit in: app-text/pytextile/

2018-06-27 Thread Pacho Ramos
commit: 92bc23bab3b32eb53ead80a799508f21c75071da
Author: Pacho Ramos  gentoo  org>
AuthorDate: Wed Jun 27 18:12:39 2018 +
Commit: Pacho Ramos  gentoo  org>
CommitDate: Wed Jun 27 19:29:15 2018 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=92bc23ba

app-text/pytextile: Support python3.6

Package-Manager: Portage-2.3.41, Repoman-2.3.9

 app-text/pytextile/pytextile-2.3.3.ebuild | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/app-text/pytextile/pytextile-2.3.3.ebuild 
b/app-text/pytextile/pytextile-2.3.3.ebuild
index 4641ee71212..3a17b6c192d 100644
--- a/app-text/pytextile/pytextile-2.3.3.ebuild
+++ b/app-text/pytextile/pytextile-2.3.3.ebuild
@@ -1,8 +1,8 @@
-# Copyright 1999-2017 Gentoo Foundation
+# Copyright 1999-2018 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
 
 EAPI=5
-PYTHON_COMPAT=( python{2_7,3_4,3_5} pypy )
+PYTHON_COMPAT=( python{2_7,3_4,3_5,3_6} pypy )
 
 inherit distutils-r1
 



[gentoo-commits] repo/gentoo:master commit in: app-text/pytextile/

2017-02-18 Thread David Seifert
commit: 21289d79719887af4f8270015e68352847dfcf85
Author: Harri Nieminen  gmail  com>
AuthorDate: Sat Feb 18 07:24:24 2017 +
Commit: David Seifert  gentoo  org>
CommitDate: Sat Feb 18 09:53:35 2017 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=21289d79

app-text/pytextile: Fix toolong.DESCRIPTION

Package-Manager: Portage-2.3.3, Repoman-2.3.1
Closes: https://github.com/gentoo/gentoo/pull/4003

 app-text/pytextile/pytextile-2.1.8.ebuild| 4 ++--
 app-text/pytextile/pytextile-2.2.1.ebuild| 4 ++--
 app-text/pytextile/pytextile-2.2.2.ebuild| 4 ++--
 app-text/pytextile/pytextile-2.3.2-r1.ebuild | 4 ++--
 app-text/pytextile/pytextile-2.3.3.ebuild| 2 +-
 5 files changed, 9 insertions(+), 9 deletions(-)

diff --git a/app-text/pytextile/pytextile-2.1.8.ebuild 
b/app-text/pytextile/pytextile-2.1.8.ebuild
index 52b6132160..330aa95430 100644
--- a/app-text/pytextile/pytextile-2.1.8.ebuild
+++ b/app-text/pytextile/pytextile-2.1.8.ebuild
@@ -1,4 +1,4 @@
-# Copyright 1999-2014 Gentoo Foundation
+# Copyright 1999-2017 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
 # $Id$
 
@@ -10,7 +10,7 @@ inherit distutils-r1
 MY_PN="textile"
 MY_P="${MY_PN}-${PV}"
 
-DESCRIPTION="A Python implementation of Textile, Dean Allen's Human Text 
Generator for creating (X)HTML"
+DESCRIPTION="A Python port of Textile, A humane web text generator"
 HOMEPAGE="https://github.com/ikirudennis/python-textile;
 SRC_URI="mirror://pypi/${MY_PN:0:1}/${MY_PN}/${MY_P}.tar.gz"
 

diff --git a/app-text/pytextile/pytextile-2.2.1.ebuild 
b/app-text/pytextile/pytextile-2.2.1.ebuild
index c93d1f95bd..86ce171176 100644
--- a/app-text/pytextile/pytextile-2.2.1.ebuild
+++ b/app-text/pytextile/pytextile-2.2.1.ebuild
@@ -1,4 +1,4 @@
-# Copyright 1999-2015 Gentoo Foundation
+# Copyright 1999-2017 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
 # $Id$
 
@@ -10,7 +10,7 @@ inherit distutils-r1
 MY_PN="textile"
 MY_P="${MY_PN}-${PV}"
 
-DESCRIPTION="A Python implementation of Textile, Dean Allen's Human Text 
Generator for creating (X)HTML"
+DESCRIPTION="A Python port of Textile, A humane web text generator"
 HOMEPAGE="https://github.com/textile/python-textile;
 SRC_URI="mirror://pypi/${MY_PN:0:1}/${MY_PN}/${MY_P}.tar.gz"
 

diff --git a/app-text/pytextile/pytextile-2.2.2.ebuild 
b/app-text/pytextile/pytextile-2.2.2.ebuild
index 07b2d67af4..1b88b7deb3 100644
--- a/app-text/pytextile/pytextile-2.2.2.ebuild
+++ b/app-text/pytextile/pytextile-2.2.2.ebuild
@@ -1,4 +1,4 @@
-# Copyright 1999-2015 Gentoo Foundation
+# Copyright 1999-2017 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
 # $Id$
 
@@ -10,7 +10,7 @@ inherit distutils-r1
 MY_PN="textile"
 MY_P="${MY_PN}-${PV}"
 
-DESCRIPTION="A Python implementation of Textile, Dean Allen's Human Text 
Generator for creating (X)HTML"
+DESCRIPTION="A Python port of Textile, A humane web text generator"
 HOMEPAGE="https://github.com/textile/python-textile;
 SRC_URI="mirror://pypi/${MY_PN:0:1}/${MY_PN}/${MY_P}.tar.gz"
 

diff --git a/app-text/pytextile/pytextile-2.3.2-r1.ebuild 
b/app-text/pytextile/pytextile-2.3.2-r1.ebuild
index 37fdc471fb..20a781e534 100644
--- a/app-text/pytextile/pytextile-2.3.2-r1.ebuild
+++ b/app-text/pytextile/pytextile-2.3.2-r1.ebuild
@@ -1,4 +1,4 @@
-# Copyright 1999-2016 Gentoo Foundation
+# Copyright 1999-2017 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
 # $Id$
 
@@ -10,7 +10,7 @@ inherit distutils-r1
 MY_PN="python-textile"
 MY_P="${MY_PN}-${PV}"
 
-DESCRIPTION="A Python implementation of Textile, Dean Allen's Human Text 
Generator for creating (X)HTML"
+DESCRIPTION="A Python port of Textile, A humane web text generator"
 HOMEPAGE="https://github.com/textile/python-textile;
 SRC_URI="https://github.com/textile/python-textile/archive/${PV}.tar.gz -> 
${P}.tar.gz"
 

diff --git a/app-text/pytextile/pytextile-2.3.3.ebuild 
b/app-text/pytextile/pytextile-2.3.3.ebuild
index 163024bc66..4829aaa4ca 100644
--- a/app-text/pytextile/pytextile-2.3.3.ebuild
+++ b/app-text/pytextile/pytextile-2.3.3.ebuild
@@ -10,7 +10,7 @@ inherit distutils-r1
 MY_PN="python-textile"
 MY_P="${MY_PN}-${PV}"
 
-DESCRIPTION="A Python implementation of Textile, Dean Allen's Human Text 
Generator for creating (X)HTML"
+DESCRIPTION="A Python port of Textile, A humane web text generator"
 HOMEPAGE="https://github.com/textile/python-textile;
 SRC_URI="https://github.com/textile/python-textile/archive/${PV}.tar.gz -> 
${P}.tar.gz"
 



[gentoo-commits] repo/gentoo:master commit in: app-text/pytextile/

2017-01-21 Thread Agostino Sarubbo
commit: 0f263e7221ec74112397c1ac1e2c82755d84c389
Author: Agostino Sarubbo  gentoo  org>
AuthorDate: Sat Jan 21 17:12:41 2017 +
Commit: Agostino Sarubbo  gentoo  org>
CommitDate: Sat Jan 21 17:16:10 2017 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=0f263e72

app-text/pytextile: amd64 stable wrt bug #605984

Package-Manager: portage-2.3.0
RepoMan-Options: --include-arches="amd64"
Signed-off-by: Agostino Sarubbo  gentoo.org>

 app-text/pytextile/pytextile-2.3.3.ebuild | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/app-text/pytextile/pytextile-2.3.3.ebuild 
b/app-text/pytextile/pytextile-2.3.3.ebuild
index 37fdc47..28ae1a4 100644
--- a/app-text/pytextile/pytextile-2.3.3.ebuild
+++ b/app-text/pytextile/pytextile-2.3.3.ebuild
@@ -1,4 +1,4 @@
-# Copyright 1999-2016 Gentoo Foundation
+# Copyright 1999-2017 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
 # $Id$
 
@@ -16,7 +16,7 @@ 
SRC_URI="https://github.com/textile/python-textile/archive/${PV}.tar.gz -> ${P}.
 
 LICENSE="BSD"
 SLOT="0"
-KEYWORDS="~amd64 ~ppc ~ppc64 ~sparc ~x86"
+KEYWORDS="amd64 ~ppc ~ppc64 ~sparc ~x86"
 IUSE="test"
 
 DEPEND="dev-python/setuptools[${PYTHON_USEDEP}]



[gentoo-commits] repo/gentoo:master commit in: app-text/pytextile/

2016-10-01 Thread Patrick Lauer
commit: 6e468970b74f88574da5fb1515a26a0e5da435d4
Author: Patrick Lauer  gentoo  org>
AuthorDate: Sat Oct  1 19:51:12 2016 +
Commit: Patrick Lauer  gentoo  org>
CommitDate: Sat Oct  1 20:15:20 2016 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=6e468970

app-text/pytextile: Bump

Package-Manager: portage-2.3.0

 app-text/pytextile/Manifest   |  1 +
 app-text/pytextile/pytextile-2.3.3.ebuild | 42 +++
 2 files changed, 43 insertions(+)

diff --git a/app-text/pytextile/Manifest b/app-text/pytextile/Manifest
index d623c17..f1fd3f9 100644
--- a/app-text/pytextile/Manifest
+++ b/app-text/pytextile/Manifest
@@ -1,4 +1,5 @@
 DIST pytextile-2.3.2.tar.gz 41941 SHA256 
de4530f538adf71aaeb4812b998e2097e32326ebb5a3940a7cac7a7c4036ec9e SHA512 
eb84140f6518f8875599fa6f99f2dc8aec46abd88ab757cc3c437c86ffb6411ba6d08ccfbf46ef292abe889dcce80676668cbfa54d2ba33bd3d96ce44c88f0f9
 WHIRLPOOL 
ae0e0a51dfdf7fedcf027730c451b352e3df4093ddf91fc9ec5e2c4d83c4ed3dc4297aab379b77544b5d06ac651f724e34a46d2668fcdf975632583f62836ae0
+DIST pytextile-2.3.3.tar.gz 42277 SHA256 
88526eae638751c1ea36855f6299338e6cdde38bb04b8628b87b02b1a698dca6 SHA512 
980c872bfdc056753fa5b344cbc828dbdc9ddfc2656f3cfb5c15b3351cfd9e4016f57af14b60af2f2764e556865301d7923a8f0687c5857fc2201bf10f56ab60
 WHIRLPOOL 
be5661dcc13994ec8019e032d2a54dd1d1f0aac61919615a36484f6b1cde3db598644fc3c89f18e01507e0a37d3ae55d25a2953a14e3ecfb94e1a99298f702ef
 DIST textile-2.1.8.tar.gz 34002 SHA256 
c443f4bf0a31df9e707e615f869d4f51b08cdb222d17ca3009eda44f7cfd8629 SHA512 
b1675a131b482f4926efb45312b16c722ff158d9296704918b56316d470056f986ce18d495525a8e9f236bdd62e09ca6a17b443a7db8c8c36e5d05fcffce67da
 WHIRLPOOL 
fedcd9b9277387604e258fca427e3cd587f3b2ba93e65b39474ce57810fa67dae772241c5cf69dc8aaf89416d6191271f1fece4fa2f2e63f19fec6597b956bd5
 DIST textile-2.2.1.tar.gz 32631 SHA256 
4899f06c63bfdc32a204d4c1c1e9302ddf17f26c20328419747d109348e23afd SHA512 
81d044deaa765693078d949672affa787a4e15882cc2928fd19c3abe69256ffbeec1308b303ee694a80787ad7574b57ab4b256f111d9874e72440809236f6b93
 WHIRLPOOL 
3fda8226310d998b7d40d9fec6398173c8398c44704dd151400d284ba5a897a56bee6d3f17a21ed8fc01e76cea88f41a8372b90a4ad8a7eb6627de550dd0ef89
 DIST textile-2.2.2.tar.gz 32844 SHA256 
dba4f1cb5772b99dbe4d521807a3255ddbbfa971da8b054afa08f0b428bced28 SHA512 
19f2ed92199549549b07c2bb3accdf483c409c2dfd17e43ae38ba8babbc2c72d662d78414de0fd1c64b65eae59ce9e591ab9c863d4f806b7c454d8a37567d882
 WHIRLPOOL 
a2cf3f1ef03ccac807582fd9ca44acc7f6bf48d56445a9a73d756400c7b2f7952f3222ce87caa6dfded27c4a4f55feee57f2e3194082b2d44841b4953821ca0f

diff --git a/app-text/pytextile/pytextile-2.3.3.ebuild 
b/app-text/pytextile/pytextile-2.3.3.ebuild
new file mode 100644
index ..37fdc47
--- /dev/null
+++ b/app-text/pytextile/pytextile-2.3.3.ebuild
@@ -0,0 +1,42 @@
+# Copyright 1999-2016 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+# $Id$
+
+EAPI=5
+PYTHON_COMPAT=( python{2_7,3_4,3_5} pypy )
+
+inherit distutils-r1
+
+MY_PN="python-textile"
+MY_P="${MY_PN}-${PV}"
+
+DESCRIPTION="A Python implementation of Textile, Dean Allen's Human Text 
Generator for creating (X)HTML"
+HOMEPAGE="https://github.com/textile/python-textile;
+SRC_URI="https://github.com/textile/python-textile/archive/${PV}.tar.gz -> 
${P}.tar.gz"
+
+LICENSE="BSD"
+SLOT="0"
+KEYWORDS="~amd64 ~ppc ~ppc64 ~sparc ~x86"
+IUSE="test"
+
+DEPEND="dev-python/setuptools[${PYTHON_USEDEP}]
+   dev-python/pytest-runner[${PYTHON_USEDEP}]
+   test? ( dev-python/pytest[${PYTHON_USEDEP}]
+   dev-python/pytest-cov[${PYTHON_USEDEP}]
+   )
+   "
+RDEPEND="
+   dev-python/regex[${PYTHON_USEDEP}]
+   "
+
+S="${WORKDIR}/${MY_P}"
+
+python_prepare_all() {
+   # This resolves a nasty race condition, courtesy of Arfrever
+   sed -e 's:with-id = 1::' -i setup.cfg || die
+   distutils-r1_python_prepare_all
+}
+
+python_test() {
+   py.test || die "Testsuite failed under ${EPYTHON}"
+}



[gentoo-commits] repo/gentoo:master commit in: app-text/pytextile/

2016-07-18 Thread Patrick Lauer
commit: e61fe26cfca5d82ad3fb852151706b829708a28a
Author: Patrick Lauer  gentoo  org>
AuthorDate: Mon Jul 18 08:42:18 2016 +
Commit: Patrick Lauer  gentoo  org>
CommitDate: Mon Jul 18 08:42:18 2016 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=e61fe26c

app-text/pytextile: Fix tarball and test deps #589036

Package-Manager: portage-2.3.0

 app-text/pytextile/Manifest|  2 +-
 ...tile-2.3.2.ebuild => pytextile-2.3.2-r1.ebuild} | 22 --
 2 files changed, 17 insertions(+), 7 deletions(-)

diff --git a/app-text/pytextile/Manifest b/app-text/pytextile/Manifest
index 13ca1b8..d623c17 100644
--- a/app-text/pytextile/Manifest
+++ b/app-text/pytextile/Manifest
@@ -1,4 +1,4 @@
+DIST pytextile-2.3.2.tar.gz 41941 SHA256 
de4530f538adf71aaeb4812b998e2097e32326ebb5a3940a7cac7a7c4036ec9e SHA512 
eb84140f6518f8875599fa6f99f2dc8aec46abd88ab757cc3c437c86ffb6411ba6d08ccfbf46ef292abe889dcce80676668cbfa54d2ba33bd3d96ce44c88f0f9
 WHIRLPOOL 
ae0e0a51dfdf7fedcf027730c451b352e3df4093ddf91fc9ec5e2c4d83c4ed3dc4297aab379b77544b5d06ac651f724e34a46d2668fcdf975632583f62836ae0
 DIST textile-2.1.8.tar.gz 34002 SHA256 
c443f4bf0a31df9e707e615f869d4f51b08cdb222d17ca3009eda44f7cfd8629 SHA512 
b1675a131b482f4926efb45312b16c722ff158d9296704918b56316d470056f986ce18d495525a8e9f236bdd62e09ca6a17b443a7db8c8c36e5d05fcffce67da
 WHIRLPOOL 
fedcd9b9277387604e258fca427e3cd587f3b2ba93e65b39474ce57810fa67dae772241c5cf69dc8aaf89416d6191271f1fece4fa2f2e63f19fec6597b956bd5
 DIST textile-2.2.1.tar.gz 32631 SHA256 
4899f06c63bfdc32a204d4c1c1e9302ddf17f26c20328419747d109348e23afd SHA512 
81d044deaa765693078d949672affa787a4e15882cc2928fd19c3abe69256ffbeec1308b303ee694a80787ad7574b57ab4b256f111d9874e72440809236f6b93
 WHIRLPOOL 
3fda8226310d998b7d40d9fec6398173c8398c44704dd151400d284ba5a897a56bee6d3f17a21ed8fc01e76cea88f41a8372b90a4ad8a7eb6627de550dd0ef89
 DIST textile-2.2.2.tar.gz 32844 SHA256 
dba4f1cb5772b99dbe4d521807a3255ddbbfa971da8b054afa08f0b428bced28 SHA512 
19f2ed92199549549b07c2bb3accdf483c409c2dfd17e43ae38ba8babbc2c72d662d78414de0fd1c64b65eae59ce9e591ab9c863d4f806b7c454d8a37567d882
 WHIRLPOOL 
a2cf3f1ef03ccac807582fd9ca44acc7f6bf48d56445a9a73d756400c7b2f7952f3222ce87caa6dfded27c4a4f55feee57f2e3194082b2d44841b4953821ca0f
-DIST textile-2.3.2.tar.gz 24689 SHA256 
918e7e7a1d8cdffd826c3028901f19eac8224829d8ced6d082b8a659add47989 SHA512 
1e59f56fb0767d570079aad602ed699861ca9bdbdba039fedcb2fdf1e55791dc9ebe5458e0bcb0f65c4f8c0a220af5dd8fc59dce39a6c9661c7474d45ba7bca7
 WHIRLPOOL 
c3105bc804151053742d682af6fe4ba0f07f4b6a5dd2b67022de7327bebaeee41e1e5a6d0af0325d4bb7551048c31ab248c491ac4e15d67713d2aca0fdce0cd5

diff --git a/app-text/pytextile/pytextile-2.3.2.ebuild 
b/app-text/pytextile/pytextile-2.3.2-r1.ebuild
similarity index 60%
rename from app-text/pytextile/pytextile-2.3.2.ebuild
rename to app-text/pytextile/pytextile-2.3.2-r1.ebuild
index ba03414..37fdc47 100644
--- a/app-text/pytextile/pytextile-2.3.2.ebuild
+++ b/app-text/pytextile/pytextile-2.3.2-r1.ebuild
@@ -7,21 +7,27 @@ PYTHON_COMPAT=( python{2_7,3_4,3_5} pypy )
 
 inherit distutils-r1
 
-MY_PN="textile"
+MY_PN="python-textile"
 MY_P="${MY_PN}-${PV}"
 
 DESCRIPTION="A Python implementation of Textile, Dean Allen's Human Text 
Generator for creating (X)HTML"
 HOMEPAGE="https://github.com/textile/python-textile;
-SRC_URI="mirror://pypi/${MY_PN:0:1}/${MY_PN}/${MY_P}.tar.gz"
+SRC_URI="https://github.com/textile/python-textile/archive/${PV}.tar.gz -> 
${P}.tar.gz"
 
 LICENSE="BSD"
 SLOT="0"
 KEYWORDS="~amd64 ~ppc ~ppc64 ~sparc ~x86"
-IUSE=""
-
-DEPEND="dev-python/setuptools[${PYTHON_USEDEP}]"
+IUSE="test"
+
+DEPEND="dev-python/setuptools[${PYTHON_USEDEP}]
+   dev-python/pytest-runner[${PYTHON_USEDEP}]
+   test? ( dev-python/pytest[${PYTHON_USEDEP}]
+   dev-python/pytest-cov[${PYTHON_USEDEP}]
+   )
+   "
 RDEPEND="
-   dev-python/regex[${PYTHON_USEDEP}]"
+   dev-python/regex[${PYTHON_USEDEP}]
+   "
 
 S="${WORKDIR}/${MY_P}"
 
@@ -30,3 +36,7 @@ python_prepare_all() {
sed -e 's:with-id = 1::' -i setup.cfg || die
distutils-r1_python_prepare_all
 }
+
+python_test() {
+   py.test || die "Testsuite failed under ${EPYTHON}"
+}



[gentoo-commits] repo/gentoo:master commit in: app-text/pytextile/

2016-07-17 Thread Patrick Lauer
commit: 5606999cb8ff87e1249c834ed0105e761663cfb8
Author: Patrick Lauer  gentoo  org>
AuthorDate: Sun Jul 17 14:27:45 2016 +
Commit: Patrick Lauer  gentoo  org>
CommitDate: Sun Jul 17 14:37:42 2016 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=5606999c

app-text/pytextile: Bump

Package-Manager: portage-2.3.0

 app-text/pytextile/Manifest   |  1 +
 app-text/pytextile/pytextile-2.3.2.ebuild | 32 +++
 2 files changed, 33 insertions(+)

diff --git a/app-text/pytextile/Manifest b/app-text/pytextile/Manifest
index 192b601..13ca1b8 100644
--- a/app-text/pytextile/Manifest
+++ b/app-text/pytextile/Manifest
@@ -1,3 +1,4 @@
 DIST textile-2.1.8.tar.gz 34002 SHA256 
c443f4bf0a31df9e707e615f869d4f51b08cdb222d17ca3009eda44f7cfd8629 SHA512 
b1675a131b482f4926efb45312b16c722ff158d9296704918b56316d470056f986ce18d495525a8e9f236bdd62e09ca6a17b443a7db8c8c36e5d05fcffce67da
 WHIRLPOOL 
fedcd9b9277387604e258fca427e3cd587f3b2ba93e65b39474ce57810fa67dae772241c5cf69dc8aaf89416d6191271f1fece4fa2f2e63f19fec6597b956bd5
 DIST textile-2.2.1.tar.gz 32631 SHA256 
4899f06c63bfdc32a204d4c1c1e9302ddf17f26c20328419747d109348e23afd SHA512 
81d044deaa765693078d949672affa787a4e15882cc2928fd19c3abe69256ffbeec1308b303ee694a80787ad7574b57ab4b256f111d9874e72440809236f6b93
 WHIRLPOOL 
3fda8226310d998b7d40d9fec6398173c8398c44704dd151400d284ba5a897a56bee6d3f17a21ed8fc01e76cea88f41a8372b90a4ad8a7eb6627de550dd0ef89
 DIST textile-2.2.2.tar.gz 32844 SHA256 
dba4f1cb5772b99dbe4d521807a3255ddbbfa971da8b054afa08f0b428bced28 SHA512 
19f2ed92199549549b07c2bb3accdf483c409c2dfd17e43ae38ba8babbc2c72d662d78414de0fd1c64b65eae59ce9e591ab9c863d4f806b7c454d8a37567d882
 WHIRLPOOL 
a2cf3f1ef03ccac807582fd9ca44acc7f6bf48d56445a9a73d756400c7b2f7952f3222ce87caa6dfded27c4a4f55feee57f2e3194082b2d44841b4953821ca0f
+DIST textile-2.3.2.tar.gz 24689 SHA256 
918e7e7a1d8cdffd826c3028901f19eac8224829d8ced6d082b8a659add47989 SHA512 
1e59f56fb0767d570079aad602ed699861ca9bdbdba039fedcb2fdf1e55791dc9ebe5458e0bcb0f65c4f8c0a220af5dd8fc59dce39a6c9661c7474d45ba7bca7
 WHIRLPOOL 
c3105bc804151053742d682af6fe4ba0f07f4b6a5dd2b67022de7327bebaeee41e1e5a6d0af0325d4bb7551048c31ab248c491ac4e15d67713d2aca0fdce0cd5

diff --git a/app-text/pytextile/pytextile-2.3.2.ebuild 
b/app-text/pytextile/pytextile-2.3.2.ebuild
new file mode 100644
index 000..ba03414
--- /dev/null
+++ b/app-text/pytextile/pytextile-2.3.2.ebuild
@@ -0,0 +1,32 @@
+# Copyright 1999-2016 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+# $Id$
+
+EAPI=5
+PYTHON_COMPAT=( python{2_7,3_4,3_5} pypy )
+
+inherit distutils-r1
+
+MY_PN="textile"
+MY_P="${MY_PN}-${PV}"
+
+DESCRIPTION="A Python implementation of Textile, Dean Allen's Human Text 
Generator for creating (X)HTML"
+HOMEPAGE="https://github.com/textile/python-textile;
+SRC_URI="mirror://pypi/${MY_PN:0:1}/${MY_PN}/${MY_P}.tar.gz"
+
+LICENSE="BSD"
+SLOT="0"
+KEYWORDS="~amd64 ~ppc ~ppc64 ~sparc ~x86"
+IUSE=""
+
+DEPEND="dev-python/setuptools[${PYTHON_USEDEP}]"
+RDEPEND="
+   dev-python/regex[${PYTHON_USEDEP}]"
+
+S="${WORKDIR}/${MY_P}"
+
+python_prepare_all() {
+   # This resolves a nasty race condition, courtesy of Arfrever
+   sed -e 's:with-id = 1::' -i setup.cfg || die
+   distutils-r1_python_prepare_all
+}



[gentoo-commits] repo/gentoo:master commit in: app-text/pytextile/

2015-10-15 Thread Justin Lecher
commit: ad53f36d50f9ce52a7a7224b8e09665366c42bbd
Author: Justin Lecher  gentoo  org>
AuthorDate: Thu Oct 15 09:01:50 2015 +
Commit: Justin Lecher  gentoo  org>
CommitDate: Thu Oct 15 09:01:50 2015 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=ad53f36d

app-text/pytextile: Keyword under ALLARCHES policy

Gentoo-Bug: https://bugs.gentoo.org/show_bug.cgi?id=527396

Package-Manager: portage-2.2.23
Signed-off-by: Justin Lecher  gentoo.org>

 app-text/pytextile/pytextile-2.2.2.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/app-text/pytextile/pytextile-2.2.2.ebuild 
b/app-text/pytextile/pytextile-2.2.2.ebuild
index 345ea87..0daeca8 100644
--- a/app-text/pytextile/pytextile-2.2.2.ebuild
+++ b/app-text/pytextile/pytextile-2.2.2.ebuild
@@ -16,7 +16,7 @@ SRC_URI="mirror://pypi/${MY_PN:0:1}/${MY_PN}/${MY_P}.tar.gz"
 
 LICENSE="BSD"
 SLOT="0"
-KEYWORDS="~amd64 ~ppc64 ~x86"
+KEYWORDS="~amd64 ~ppc ~ppc64 ~sparc ~x86"
 IUSE="test"
 
 DEPEND="dev-python/setuptools[${PYTHON_USEDEP}]