* [gentoo-commits] repo/gentoo:master commit in: dev-python/textile/
@ 2024-05-18 10:15 Michał Górny
0 siblings, 0 replies; 7+ messages in thread
From: Michał Górny @ 2024-05-18 10:15 UTC (permalink / raw
To: gentoo-commits
commit: 5cad38b609fe562f7f6e8d4865a607589eb25f83
Author: Michał Górny <mgorny <AT> gentoo <DOT> org>
AuthorDate: Sat May 18 09:45:06 2024 +0000
Commit: Michał Górny <mgorny <AT> gentoo <DOT> org>
CommitDate: Sat May 18 10:15:14 2024 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=5cad38b6
dev-python/textile: Enable py3.13
Signed-off-by: Michał Górny <mgorny <AT> gentoo.org>
dev-python/textile/textile-4.0.2-r1.ebuild | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
diff --git a/dev-python/textile/textile-4.0.2-r1.ebuild b/dev-python/textile/textile-4.0.2-r1.ebuild
index 781934deeb8b..3810139c4376 100644
--- a/dev-python/textile/textile-4.0.2-r1.ebuild
+++ b/dev-python/textile/textile-4.0.2-r1.ebuild
@@ -1,10 +1,10 @@
-# Copyright 1999-2023 Gentoo Authors
+# Copyright 1999-2024 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2
EAPI=8
DISTUTILS_USE_PEP517=setuptools
-PYTHON_COMPAT=( python3_{10..12} )
+PYTHON_COMPAT=( python3_{10..13} )
inherit distutils-r1
^ permalink raw reply related [flat|nested] 7+ messages in thread
* [gentoo-commits] repo/gentoo:master commit in: dev-python/textile/
@ 2024-10-12 6:36 Sam James
0 siblings, 0 replies; 7+ messages in thread
From: Sam James @ 2024-10-12 6:36 UTC (permalink / raw
To: gentoo-commits
commit: 73d9923bb4e5f57a4096e95b0dd0d5a06ba55b74
Author: Sam James <sam <AT> gentoo <DOT> org>
AuthorDate: Sat Oct 12 06:35:52 2024 +0000
Commit: Sam James <sam <AT> gentoo <DOT> org>
CommitDate: Sat Oct 12 06:35:52 2024 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=73d9923b
dev-python/textile: Stabilize 4.0.3-r1 ALLARCHES, #941318
Signed-off-by: Sam James <sam <AT> gentoo.org>
dev-python/textile/textile-4.0.3-r1.ebuild | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/dev-python/textile/textile-4.0.3-r1.ebuild b/dev-python/textile/textile-4.0.3-r1.ebuild
index 274f7d923970..4894d928f301 100644
--- a/dev-python/textile/textile-4.0.3-r1.ebuild
+++ b/dev-python/textile/textile-4.0.3-r1.ebuild
@@ -22,7 +22,7 @@ S=${WORKDIR}/${MY_P}
LICENSE="BSD"
SLOT="0"
-KEYWORDS="~amd64 ~arm64 ~ppc ~ppc64 ~riscv ~sparc ~x86"
+KEYWORDS="amd64 arm64 ppc ppc64 ~riscv sparc x86"
RDEPEND="
dev-python/nh3[${PYTHON_USEDEP}]
^ permalink raw reply related [flat|nested] 7+ messages in thread
* [gentoo-commits] repo/gentoo:master commit in: dev-python/textile/
@ 2024-09-23 8:52 Michał Górny
0 siblings, 0 replies; 7+ messages in thread
From: Michał Górny @ 2024-09-23 8:52 UTC (permalink / raw
To: gentoo-commits
commit: 0f99bc0d808c6f9e1cfa47663214d2e7e9a90072
Author: Michał Górny <mgorny <AT> gentoo <DOT> org>
AuthorDate: Mon Sep 23 08:35:24 2024 +0000
Commit: Michał Górny <mgorny <AT> gentoo <DOT> org>
CommitDate: Mon Sep 23 08:52:30 2024 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=0f99bc0d
dev-python/textile: Fix thinko in dependencies
Closes: https://bugs.gentoo.org/940123
Signed-off-by: Michał Górny <mgorny <AT> gentoo.org>
dev-python/textile/{textile-4.0.3.ebuild => textile-4.0.3-r1.ebuild} | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/dev-python/textile/textile-4.0.3.ebuild b/dev-python/textile/textile-4.0.3-r1.ebuild
similarity index 95%
rename from dev-python/textile/textile-4.0.3.ebuild
rename to dev-python/textile/textile-4.0.3-r1.ebuild
index ea9fa9f66595..274f7d923970 100644
--- a/dev-python/textile/textile-4.0.3.ebuild
+++ b/dev-python/textile/textile-4.0.3-r1.ebuild
@@ -25,8 +25,8 @@ SLOT="0"
KEYWORDS="~amd64 ~arm64 ~ppc ~ppc64 ~riscv ~sparc ~x86"
RDEPEND="
+ dev-python/nh3[${PYTHON_USEDEP}]
dev-python/regex[${PYTHON_USEDEP}]
- dev-python/textile[${PYTHON_USEDEP}]
"
distutils_enable_tests pytest
^ permalink raw reply related [flat|nested] 7+ messages in thread
* [gentoo-commits] repo/gentoo:master commit in: dev-python/textile/
@ 2024-09-23 3:48 Michał Górny
0 siblings, 0 replies; 7+ messages in thread
From: Michał Górny @ 2024-09-23 3:48 UTC (permalink / raw
To: gentoo-commits
commit: 4ac483e43ba55c91dd49bd006b46ac39c04cbf18
Author: Michał Górny <mgorny <AT> gentoo <DOT> org>
AuthorDate: Mon Sep 23 03:33:57 2024 +0000
Commit: Michał Górny <mgorny <AT> gentoo <DOT> org>
CommitDate: Mon Sep 23 03:48:32 2024 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=4ac483e4
dev-python/textile: Bump to 4.0.3
Signed-off-by: Michał Górny <mgorny <AT> gentoo.org>
dev-python/textile/Manifest | 1 +
dev-python/textile/textile-4.0.3.ebuild | 42 +++++++++++++++++++++++++++++++++
2 files changed, 43 insertions(+)
diff --git a/dev-python/textile/Manifest b/dev-python/textile/Manifest
index 7f0d8ee5ac4d..223b434bb7eb 100644
--- a/dev-python/textile/Manifest
+++ b/dev-python/textile/Manifest
@@ -1 +1,2 @@
DIST python-textile-4.0.2.gh.tar.gz 49296 BLAKE2B e9ac36b0ecf401a07aea1037c1f4390e440123d7e16f8fef64c257d27f6ef9c6918018ff34e9f8ad367767f3ebc5ce7957be424b2e6dac62fe8a1f7736b8eff7 SHA512 eb59e44b9a8521bcfa98f476e23efd727ffd867277d24f102bbb9511a99a0d636c324e22f8562382074007f304490c4ec6a5fde529f41b15f055a9cf16d49b8e
+DIST python-textile-4.0.3.gh.tar.gz 53228 BLAKE2B f72e3aa58afc3509c4e430a54e6099758655d62dd3274af457c45cd752281e1836aded117496ba6b8d154867f4bf30770156110eabd607d6edcec978ded5e0e4 SHA512 796e8bffe0e5d1d477bb7ea9ef48b5ac19f870d63ea8f895973b2d895475317fec8d888557f586807541601bd97550e5bc2297f5cfefa3031a53ffd3e0bade00
diff --git a/dev-python/textile/textile-4.0.3.ebuild b/dev-python/textile/textile-4.0.3.ebuild
new file mode 100644
index 000000000000..ea9fa9f66595
--- /dev/null
+++ b/dev-python/textile/textile-4.0.3.ebuild
@@ -0,0 +1,42 @@
+# Copyright 1999-2024 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=8
+
+DISTUTILS_USE_PEP517=setuptools
+PYTHON_COMPAT=( python3_{10..13} )
+
+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 ~arm64 ~ppc ~ppc64 ~riscv ~sparc ~x86"
+
+RDEPEND="
+ dev-python/regex[${PYTHON_USEDEP}]
+ dev-python/textile[${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=
+}
^ permalink raw reply related [flat|nested] 7+ messages in thread
* [gentoo-commits] repo/gentoo:master commit in: dev-python/textile/
@ 2023-12-05 4:20 Michał Górny
0 siblings, 0 replies; 7+ messages in thread
From: Michał Górny @ 2023-12-05 4:20 UTC (permalink / raw
To: gentoo-commits
commit: ca66d1f70deeb5a7de20dd044e938d0b8f3303cf
Author: Eli Schwartz <eschwartz93 <AT> gmail <DOT> com>
AuthorDate: Wed Nov 29 04:25:26 2023 +0000
Commit: Michał Górny <mgorny <AT> gentoo <DOT> org>
CommitDate: Tue Dec 5 04:20:34 2023 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=ca66d1f7
dev-python/textile: remove outdated dependency on six
Dropped in 4.0.0:
https://github.com/textile/python-textile/commit/3bd6001542d9d580b63427747f508cc6cf6adda4
Signed-off-by: Eli Schwartz <eschwartz93 <AT> gmail.com>
Signed-off-by: Michał Górny <mgorny <AT> gentoo.org>
dev-python/textile/{textile-4.0.2.ebuild => textile-4.0.2-r1.ebuild} | 1 -
1 file changed, 1 deletion(-)
diff --git a/dev-python/textile/textile-4.0.2.ebuild b/dev-python/textile/textile-4.0.2-r1.ebuild
similarity index 96%
rename from dev-python/textile/textile-4.0.2.ebuild
rename to dev-python/textile/textile-4.0.2-r1.ebuild
index 66b78966dcb8..781934deeb8b 100644
--- a/dev-python/textile/textile-4.0.2.ebuild
+++ b/dev-python/textile/textile-4.0.2-r1.ebuild
@@ -27,7 +27,6 @@ KEYWORDS="amd64 arm64 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
^ permalink raw reply related [flat|nested] 7+ messages in thread
* [gentoo-commits] repo/gentoo:master commit in: dev-python/textile/
@ 2023-11-24 14:34 Michał Górny
0 siblings, 0 replies; 7+ messages in thread
From: Michał Górny @ 2023-11-24 14:34 UTC (permalink / raw
To: gentoo-commits
commit: 19f8a99c8bd3a2ce45984da41ee64d40ff69b6b4
Author: Michał Górny <mgorny <AT> gentoo <DOT> org>
AuthorDate: Fri Nov 24 14:34:29 2023 +0000
Commit: Michał Górny <mgorny <AT> gentoo <DOT> org>
CommitDate: Fri Nov 24 14:34:35 2023 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=19f8a99c
dev-python/textile: Stabilize 4.0.2 arm64, #918261
Signed-off-by: Michał Górny <mgorny <AT> gentoo.org>
dev-python/textile/textile-4.0.2.ebuild | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/dev-python/textile/textile-4.0.2.ebuild b/dev-python/textile/textile-4.0.2.ebuild
index 416be201e65e..66b78966dcb8 100644
--- a/dev-python/textile/textile-4.0.2.ebuild
+++ b/dev-python/textile/textile-4.0.2.ebuild
@@ -22,7 +22,7 @@ S=${WORKDIR}/${MY_P}
LICENSE="BSD"
SLOT="0"
-KEYWORDS="amd64 ~arm64 ppc ppc64 ~riscv sparc x86"
+KEYWORDS="amd64 arm64 ppc ppc64 ~riscv sparc x86"
RDEPEND="
dev-python/html5lib[${PYTHON_USEDEP}]
^ permalink raw reply related [flat|nested] 7+ messages in thread
* [gentoo-commits] repo/gentoo:master commit in: dev-python/textile/
@ 2023-05-31 9:59 Michał Górny
0 siblings, 0 replies; 7+ messages in thread
From: Michał Górny @ 2023-05-31 9:59 UTC (permalink / raw
To: gentoo-commits
commit: 85cd11595286e45879e22bc7163292590c171422
Author: Michał Górny <mgorny <AT> gentoo <DOT> org>
AuthorDate: Wed May 31 09:54:50 2023 +0000
Commit: Michał Górny <mgorny <AT> gentoo <DOT> org>
CommitDate: Wed May 31 09:54:50 2023 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=85cd1159
dev-python/textile: Enable py3.12
Signed-off-by: Michał Górny <mgorny <AT> gentoo.org>
dev-python/textile/textile-4.0.2.ebuild | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/dev-python/textile/textile-4.0.2.ebuild b/dev-python/textile/textile-4.0.2.ebuild
index c946d2963386..6cdc0fb0111a 100644
--- a/dev-python/textile/textile-4.0.2.ebuild
+++ b/dev-python/textile/textile-4.0.2.ebuild
@@ -4,7 +4,7 @@
EAPI=8
DISTUTILS_USE_PEP517=setuptools
-PYTHON_COMPAT=( python3_{9..11} )
+PYTHON_COMPAT=( python3_{10..12} )
inherit distutils-r1
^ permalink raw reply related [flat|nested] 7+ messages in thread
end of thread, other threads:[~2024-10-12 6:36 UTC | newest]
Thread overview: 7+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2024-05-18 10:15 [gentoo-commits] repo/gentoo:master commit in: dev-python/textile/ Michał Górny
-- strict thread matches above, loose matches on Subject: below --
2024-10-12 6:36 Sam James
2024-09-23 8:52 Michał Górny
2024-09-23 3:48 Michał Górny
2023-12-05 4:20 Michał Górny
2023-11-24 14:34 Michał Górny
2023-05-31 9:59 Michał Górny
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox