[gentoo-commits] repo/gentoo:master commit in: dev-python/smartypants/
commit: 881c1d3dd37cd14613f5e806e9c776ae5e9489a8
Author: Arthur Zamarin gentoo org>
AuthorDate: Tue Oct 21 20:05:06 2025 +
Commit: Arthur Zamarin gentoo org>
CommitDate: Tue Oct 21 20:05:06 2025 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=881c1d3d
dev-python/smartypants: Stabilize 2.0.2 ALLARCHES, #964896
Signed-off-by: Arthur Zamarin gentoo.org>
dev-python/smartypants/smartypants-2.0.2.ebuild | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/dev-python/smartypants/smartypants-2.0.2.ebuild
b/dev-python/smartypants/smartypants-2.0.2.ebuild
index 8fd8429c8464..fe0795e41596 100644
--- a/dev-python/smartypants/smartypants-2.0.2.ebuild
+++ b/dev-python/smartypants/smartypants-2.0.2.ebuild
@@ -22,7 +22,7 @@ S=${WORKDIR}/${MY_P}
LICENSE="MIT"
SLOT="0"
-KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~loong ~m68k ~mips ~ppc ~ppc64
~riscv ~s390 ~sparc ~x86"
+KEYWORDS="~alpha amd64 arm arm64 ~hppa ~loong ~m68k ~mips ppc ppc64 ~riscv
~s390 ~sparc x86"
distutils_enable_tests unittest
[gentoo-commits] repo/gentoo:master commit in: dev-python/smartypants/
commit: c5d45413c2b131bd2096c8de71098e31b49f020f
Author: Michał Górny gentoo org>
AuthorDate: Thu Sep 11 11:38:35 2025 +
Commit: Michał Górny gentoo org>
CommitDate: Thu Sep 11 13:09:35 2025 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=c5d45413
dev-python/smartypants: Bump to 2.0.2
Signed-off-by: Michał Górny gentoo.org>
dev-python/smartypants/Manifest | 1 +
dev-python/smartypants/metadata.xml | 2 +-
dev-python/smartypants/smartypants-2.0.2.ebuild | 37 +
3 files changed, 39 insertions(+), 1 deletion(-)
diff --git a/dev-python/smartypants/Manifest b/dev-python/smartypants/Manifest
index 972b658f1a6e..4c99604da0c5 100644
--- a/dev-python/smartypants/Manifest
+++ b/dev-python/smartypants/Manifest
@@ -1 +1,2 @@
DIST smartypants-2.0.1.gh.tar.gz 24152 BLAKE2B
258c9692eec675054dc31f760cf3a9fc3995683d7a15fc549fb390611761c0b09f73e077f5917f9f071a8fc1ae3f06e36f745fdc0e2c368f465e29f6ce51457f
SHA512
d47a866a5478c3520251f87a93a468a5eea10318b24b2e8d4bc918d533b5a5789aa56d3a8d5fb8ccff9572fb63e5b6f2eafc44f93fb57a19e6621ebef5d64d9d
+DIST smartypants-2.0.2.gh.tar.gz 28770 BLAKE2B
5e77ad66db51afcac634b4da47e86e61bfbd3436a79bc77ad57781f173c780be1065ad80ed7ec187dbafaeaae2cf144f16635d5fc63f333e88c22cccf085f2e5
SHA512
6cdb1574145f4c15984550c2b10bc95b7a86baf067f6465d53e60696347a650e6afb978f623f2344d82e03281ecb28a1f94cdb759fd2db613dc13fada1b25485
diff --git a/dev-python/smartypants/metadata.xml
b/dev-python/smartypants/metadata.xml
index ebe359b3fcad..1dce3c824eb2 100644
--- a/dev-python/smartypants/metadata.xml
+++ b/dev-python/smartypants/metadata.xml
@@ -13,6 +13,6 @@
smartypants
- leohemsted/smartypants.py
+ justinmayer/smartypants.py
diff --git a/dev-python/smartypants/smartypants-2.0.2.ebuild
b/dev-python/smartypants/smartypants-2.0.2.ebuild
new file mode 100644
index ..8fd8429c8464
--- /dev/null
+++ b/dev-python/smartypants/smartypants-2.0.2.ebuild
@@ -0,0 +1,37 @@
+# Copyright 1999-2025 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=8
+
+DISTUTILS_USE_PEP517=setuptools
+PYTHON_COMPAT=( python3_{11..14} )
+
+inherit distutils-r1
+
+MY_P="${PN}.py-${PV}"
+DESCRIPTION="ASCII quote-dot-dash to HTML entity converter"
+HOMEPAGE="
+ https://pypi.org/project/smartypants/
+ https://github.com/justinmayer/smartypants.py/
+"
+SRC_URI="
+ https://github.com/justinmayer/smartypants.py/archive/v${PV}.tar.gz
+ -> ${P}.gh.tar.gz
+"
+S=${WORKDIR}/${MY_P}
+
+LICENSE="MIT"
+SLOT="0"
+KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~loong ~m68k ~mips ~ppc ~ppc64
~riscv ~s390 ~sparc ~x86"
+
+distutils_enable_tests unittest
+
+src_prepare() {
+ # relevant only to upstream packaging, requires docutils
+ rm tests/test_setup.py || die
+ distutils-r1_src_prepare
+}
+
+python_test() {
+ eunittest -s tests
+}
[gentoo-commits] repo/gentoo:master commit in: dev-python/smartypants/
commit: 5a2e9bb2e12aa7858b7f67a7c222a6bb2880bcfc
Author: Arthur Zamarin gentoo org>
AuthorDate: Sat May 24 09:45:31 2025 +
Commit: Arthur Zamarin gentoo org>
CommitDate: Sat May 24 09:45:31 2025 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=5a2e9bb2
dev-python/smartypants: enable py3.14
Signed-off-by: Arthur Zamarin gentoo.org>
dev-python/smartypants/smartypants-2.0.1-r1.ebuild | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
diff --git a/dev-python/smartypants/smartypants-2.0.1-r1.ebuild
b/dev-python/smartypants/smartypants-2.0.1-r1.ebuild
index 889730c1ab9b..d5c6020d8a7f 100644
--- a/dev-python/smartypants/smartypants-2.0.1-r1.ebuild
+++ b/dev-python/smartypants/smartypants-2.0.1-r1.ebuild
@@ -1,10 +1,10 @@
-# Copyright 1999-2024 Gentoo Authors
+# Copyright 1999-2025 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2
EAPI=8
DISTUTILS_USE_PEP517=setuptools
-PYTHON_COMPAT=( python3_{10..13} )
+PYTHON_COMPAT=( python3_{11..14} )
inherit distutils-r1
[gentoo-commits] repo/gentoo:master commit in: dev-python/smartypants/
commit: 78e94d5da0cb3a6d588e69368ddfca5136578980
Author: Arthur Zamarin gentoo org>
AuthorDate: Fri Nov 29 14:30:18 2024 +
Commit: Arthur Zamarin gentoo org>
CommitDate: Fri Nov 29 14:30:18 2024 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=78e94d5d
dev-python/smartypants: Keyword 2.0.1-r1 s390, #937611
Signed-off-by: Arthur Zamarin gentoo.org>
dev-python/smartypants/smartypants-2.0.1-r1.ebuild | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/dev-python/smartypants/smartypants-2.0.1-r1.ebuild
b/dev-python/smartypants/smartypants-2.0.1-r1.ebuild
index 7b3c6ea9e2da..889730c1ab9b 100644
--- a/dev-python/smartypants/smartypants-2.0.1-r1.ebuild
+++ b/dev-python/smartypants/smartypants-2.0.1-r1.ebuild
@@ -22,7 +22,7 @@ S=${WORKDIR}/${MY_P}
LICENSE="MIT"
SLOT="0"
-KEYWORDS="~alpha amd64 arm arm64 hppa ~loong ~m68k ~mips ppc ppc64 ~riscv
sparc x86"
+KEYWORDS="~alpha amd64 arm arm64 hppa ~loong ~m68k ~mips ppc ppc64 ~riscv
~s390 sparc x86"
distutils_enable_sphinx docs
distutils_enable_tests unittest
[gentoo-commits] repo/gentoo:master commit in: dev-python/smartypants/
commit: 4b89bc885c5d08c7e474ff4c2fb52836d3369998 Author: Michał Górny gentoo org> AuthorDate: Sat Aug 10 13:14:40 2024 + Commit: Michał Górny gentoo org> CommitDate: Sat Aug 10 13:20:37 2024 + URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=4b89bc88 dev-python/smartypants: Take for python@ Signed-off-by: Michał Górny gentoo.org> dev-python/smartypants/metadata.xml | 5 - 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/dev-python/smartypants/metadata.xml b/dev-python/smartypants/metadata.xml index ff0054796bd3..ebe359b3fcad 100644 --- a/dev-python/smartypants/metadata.xml +++ b/dev-python/smartypants/metadata.xml @@ -1,7 +1,10 @@ https://www.gentoo.org/dtd/metadata.dtd";> - + + [email protected] + Python + smartypants does transformations of plain old ASCII straight quotes,
[gentoo-commits] repo/gentoo:master commit in: dev-python/smartypants/
commit: 9f2cd2dc89f8c3e22c7b385c63635ac2a2991a20
Author: Petr Vaněk gentoo org>
AuthorDate: Wed Jun 19 14:45:38 2024 +
Commit: Petr Vaněk gentoo org>
CommitDate: Wed Jun 19 14:59:12 2024 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=9f2cd2dc
dev-python/smartypants: enable py3.13
Signed-off-by: Petr Vaněk gentoo.org>
dev-python/smartypants/smartypants-2.0.1-r1.ebuild | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
diff --git a/dev-python/smartypants/smartypants-2.0.1-r1.ebuild
b/dev-python/smartypants/smartypants-2.0.1-r1.ebuild
index e1ab8ba2d497..fdecbe38abb1 100644
--- a/dev-python/smartypants/smartypants-2.0.1-r1.ebuild
+++ b/dev-python/smartypants/smartypants-2.0.1-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
[gentoo-commits] repo/gentoo:master commit in: dev-python/smartypants/
commit: 6262870d42b463416777dd673a8930694afd6caa
Author: Michał Górny gentoo org>
AuthorDate: Fri Oct 20 13:33:02 2023 +
Commit: Michał Górny gentoo org>
CommitDate: Fri Oct 20 13:33:02 2023 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=6262870d
dev-python/smartypants: Fix distfile name
Signed-off-by: Michał Górny gentoo.org>
dev-python/smartypants/Manifest| 2 +-
dev-python/smartypants/smartypants-2.0.1-r1.ebuild | 2 +-
2 files changed, 2 insertions(+), 2 deletions(-)
diff --git a/dev-python/smartypants/Manifest b/dev-python/smartypants/Manifest
index 79e9099de5d4..972b658f1a6e 100644
--- a/dev-python/smartypants/Manifest
+++ b/dev-python/smartypants/Manifest
@@ -1 +1 @@
-DIST smartypants-2.0.1.tar.gz 24152 BLAKE2B
258c9692eec675054dc31f760cf3a9fc3995683d7a15fc549fb390611761c0b09f73e077f5917f9f071a8fc1ae3f06e36f745fdc0e2c368f465e29f6ce51457f
SHA512
d47a866a5478c3520251f87a93a468a5eea10318b24b2e8d4bc918d533b5a5789aa56d3a8d5fb8ccff9572fb63e5b6f2eafc44f93fb57a19e6621ebef5d64d9d
+DIST smartypants-2.0.1.gh.tar.gz 24152 BLAKE2B
258c9692eec675054dc31f760cf3a9fc3995683d7a15fc549fb390611761c0b09f73e077f5917f9f071a8fc1ae3f06e36f745fdc0e2c368f465e29f6ce51457f
SHA512
d47a866a5478c3520251f87a93a468a5eea10318b24b2e8d4bc918d533b5a5789aa56d3a8d5fb8ccff9572fb63e5b6f2eafc44f93fb57a19e6621ebef5d64d9d
diff --git a/dev-python/smartypants/smartypants-2.0.1-r1.ebuild
b/dev-python/smartypants/smartypants-2.0.1-r1.ebuild
index bc1f3f909ebe..e1ab8ba2d497 100644
--- a/dev-python/smartypants/smartypants-2.0.1-r1.ebuild
+++ b/dev-python/smartypants/smartypants-2.0.1-r1.ebuild
@@ -16,7 +16,7 @@ HOMEPAGE="
"
SRC_URI="
https://github.com/leohemsted/smartypants.py/archive/v${PV}.tar.gz
- -> ${P}.tar.gz
+ -> ${P}.gh.tar.gz
"
S=${WORKDIR}/${MY_P}
[gentoo-commits] repo/gentoo:master commit in: dev-python/smartypants/, dev-python/smartypants/files/
commit: da5fffd26a8aa0874704c19f7c9c72ee9179de87
Author: Michał Górny gentoo org>
AuthorDate: Fri Oct 20 13:28:49 2023 +
Commit: Michał Górny gentoo org>
CommitDate: Fri Oct 20 13:28:49 2023 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=da5fffd2
dev-python/smartypants: Enable py3.12
Signed-off-by: Michał Górny gentoo.org>
.../files/smartypants-2.0.1-py312.patch| 110 +
dev-python/smartypants/smartypants-2.0.1-r1.ebuild | 7 +-
2 files changed, 116 insertions(+), 1 deletion(-)
diff --git a/dev-python/smartypants/files/smartypants-2.0.1-py312.patch
b/dev-python/smartypants/files/smartypants-2.0.1-py312.patch
new file mode 100644
index ..e1e3a1ac6249
--- /dev/null
+++ b/dev-python/smartypants/files/smartypants-2.0.1-py312.patch
@@ -0,0 +1,110 @@
+From ea46bf36343044a7a61ba3acce4a7f188d986ec5 Mon Sep 17 00:00:00 2001
+From: =?UTF-8?q?Ond=C5=99ej=20S=C3=BAkup?=
+Date: Mon, 25 Sep 2023 10:31:37 +0200
+Subject: [PATCH] Fix regexps and tests for python3.12
+
+---
+ smartypants.py| 4 ++--
+ tests/test.py | 4 ++--
+ tests/test_cli.py | 16
+ 3 files changed, 12 insertions(+), 12 deletions(-)
+
+diff --git a/smartypants.py b/smartypants.py
+index c39f409..37368fb 100755
+--- a/smartypants.py
b/smartypants.py
+@@ -268,13 +268,13 @@ def smartypants(text, attr=None):
+ if do_quotes:
+ if t == "'":
+ # Special case: single-character ' token
+-if re.match("\S", prev_token_last_char):
++if re.match(r"\S", prev_token_last_char):
+ t = "’"
+ else:
+ t = "‘"
+ elif t == '"':
+ # Special case: single-character " token
+-if re.match("\S", prev_token_last_char):
++if re.match(r"\S", prev_token_last_char):
+ t = "”"
+ else:
+ t = "“"
+diff --git a/tests/test.py b/tests/test.py
+index 2c1a0ea..ac5075a 100644
+--- a/tests/test.py
b/tests/test.py
+@@ -24,7 +24,7 @@ def test_change_default_attr(self):
+
+ T = sp(TEXT)
+ E = '“foo” -- bar'
+-self.assertEquals(T, E)
++self.assertEqual(T, E)
+
+ attr = Attr.q | Attr.d
+ Attr.default = attr
+@@ -32,7 +32,7 @@ def test_change_default_attr(self):
+
+ T = sp(TEXT)
+ E = '“foo” — bar'
+-self.assertEquals(T, E)
++self.assertEqual(T, E)
+
+ def test_dates(self):
+
+diff --git a/tests/test_cli.py b/tests/test_cli.py
+index e85545a..6b5e136 100644
+--- a/tests/test_cli.py
b/tests/test_cli.py
+@@ -34,7 +34,7 @@ def test_pipe(self):
+ E = '“foobar”'
+
+ output = self._p([CLI_SCRIPT], T)
+-self.assertEquals(output, E)
++self.assertEqual(output, E)
+
+ def test_pipe_attr(self):
+
+@@ -42,11 +42,11 @@ def test_pipe_attr(self):
+
+ E = T
+ output = self._p([CLI_SCRIPT, '--attr', '0'], T)
+-self.assertEquals(output, E)
++self.assertEqual(output, E)
+
+ E = foo" “bar”"""
+ output = self._p([CLI_SCRIPT, '--attr', 'b'], T)
+-self.assertEquals(output, E)
++self.assertEqual(output, E)
+
+ def test_skipped_elements(self):
+
+@@ -54,19 +54,19 @@ def test_skipped_elements(self):
+
+ E = '“foo” “bar”'
+ output = self._p([CLI_SCRIPT], T)
+-self.assertEquals(output, E)
++self.assertEqual(output, E)
+
+ E = '"foo" “bar”'
+ output = self._p([CLI_SCRIPT, '--skip', 'a'], T)
+-self.assertEquals(output, E)
++self.assertEqual(output, E)
+
+ E = '“foo” "bar"'
+ output = self._p([CLI_SCRIPT, '--skip', 'b'], T)
+-self.assertEquals(output, E)
++self.assertEqual(output, E)
+
+ E = T
+ output = self._p([CLI_SCRIPT, '--skip', 'a,b'], T)
+-self.assertEquals(output, E)
++self.assertEqual(output, E)
+
+ def test_file(self):
+
+@@ -81,4 +81,4 @@ def test_file(self):
+ output = self._p([CLI_SCRIPT, F])
+ finally:
+ os.remove(F)
+-self.assertEquals(output, E)
++self.assertEqual(output, E)
diff --git a/dev-python/smartypants/smartypants-2.0.1-r1.ebuild
b/dev-python/smartypants/smartypants-2.0.1-r1.ebuild
index c05ab9b7a76b..bc1f3f909ebe 100644
--- a/dev-python/smartypants/smartypants-2.0.1-r1.ebuild
+++ b/dev-python/smartypants/smartypants-2.0.1-r1.ebuild
@@ -4,7 +4,7 @@
EAPI=8
DISTUTILS_USE_PEP517=setuptools
-PYTHON_COMPAT=( python3_{9..11} )
+PYTHON_COMPAT=( python3_{10..12} )
inherit distutils-r1
@@ -28,6 +28,11 @@ distutils_enable_sphinx docs
distutils_enable_tests unittest
src_prepare() {
+ local PATCHES=(
+ # https://git
[gentoo-commits] repo/gentoo:master commit in: dev-python/smartypants/
commit: 2dcf73a95d61bbd2532c650fd53e7fbbd13214f8
Author: Matoro Mahri users noreply github
com>
AuthorDate: Wed Mar 8 23:06:08 2023 +
Commit: Sam James gentoo org>
CommitDate: Thu Mar 9 01:07:14 2023 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=2dcf73a9
dev-python/smartypants: Keyword 2.0.1-r1 mips, #897994
Signed-off-by: Matoro Mahri users.noreply.github.com>
Signed-off-by: Sam James gentoo.org>
dev-python/smartypants/smartypants-2.0.1-r1.ebuild | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/dev-python/smartypants/smartypants-2.0.1-r1.ebuild
b/dev-python/smartypants/smartypants-2.0.1-r1.ebuild
index c89c35a5719f..c05ab9b7a76b 100644
--- a/dev-python/smartypants/smartypants-2.0.1-r1.ebuild
+++ b/dev-python/smartypants/smartypants-2.0.1-r1.ebuild
@@ -22,7 +22,7 @@ S=${WORKDIR}/${MY_P}
LICENSE="MIT"
SLOT="0"
-KEYWORDS="~alpha amd64 arm arm64 hppa ~ia64 ~loong ~m68k ppc ppc64 ~riscv
sparc x86"
+KEYWORDS="~alpha amd64 arm arm64 hppa ~ia64 ~loong ~m68k ~mips ppc ppc64
~riscv sparc x86"
distutils_enable_sphinx docs
distutils_enable_tests unittest
[gentoo-commits] repo/gentoo:master commit in: dev-python/smartypants/
commit: 855ebb4f34c18589fc1a7e919ba9d42f8ccacecb
Author: WANG Xuerui gentoo org>
AuthorDate: Thu Dec 8 06:22:15 2022 +
Commit: WANG Xuerui gentoo org>
CommitDate: Thu Dec 8 06:22:15 2022 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=855ebb4f
dev-python/smartypants: keyword 2.0.1-r1 for ~loong
Signed-off-by: WANG Xuerui gentoo.org>
dev-python/smartypants/smartypants-2.0.1-r1.ebuild | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/dev-python/smartypants/smartypants-2.0.1-r1.ebuild
b/dev-python/smartypants/smartypants-2.0.1-r1.ebuild
index 773d6e56c5d0..84f73934e0fc 100644
--- a/dev-python/smartypants/smartypants-2.0.1-r1.ebuild
+++ b/dev-python/smartypants/smartypants-2.0.1-r1.ebuild
@@ -22,7 +22,7 @@ S=${WORKDIR}/${MY_P}
LICENSE="MIT"
SLOT="0"
-KEYWORDS="~alpha amd64 arm arm64 hppa ~ia64 ~m68k ppc ppc64 ~riscv sparc x86"
+KEYWORDS="~alpha amd64 arm arm64 hppa ~ia64 ~loong ~m68k ppc ppc64 ~riscv
sparc x86"
distutils_enable_sphinx docs
distutils_enable_tests unittest
[gentoo-commits] repo/gentoo:master commit in: dev-python/smartypants/
commit: 1c6ac4f7c1e74adf8a49340840b78fa7e7ce955c
Author: Michał Górny gentoo org>
AuthorDate: Thu May 19 14:11:57 2022 +
Commit: Michał Górny gentoo org>
CommitDate: Thu May 19 15:23:27 2022 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=1c6ac4f7
dev-python/smartypants: Remove irrelevant test
Closes: https://bugs.gentoo.org/846455
Signed-off-by: Michał Górny gentoo.org>
dev-python/smartypants/smartypants-2.0.1-r1.ebuild | 6 ++
1 file changed, 6 insertions(+)
diff --git a/dev-python/smartypants/smartypants-2.0.1-r1.ebuild
b/dev-python/smartypants/smartypants-2.0.1-r1.ebuild
index 826aa0e09c49..773d6e56c5d0 100644
--- a/dev-python/smartypants/smartypants-2.0.1-r1.ebuild
+++ b/dev-python/smartypants/smartypants-2.0.1-r1.ebuild
@@ -27,6 +27,12 @@ KEYWORDS="~alpha amd64 arm arm64 hppa ~ia64 ~m68k ppc ppc64
~riscv sparc x86"
distutils_enable_sphinx docs
distutils_enable_tests unittest
+src_prepare() {
+ # relevant only to upstream packaging, requires docutils
+ rm tests/test_setup.py || die
+ distutils-r1_src_prepare
+}
+
python_test() {
eunittest -s tests
}
[gentoo-commits] repo/gentoo:master commit in: dev-python/smartypants/
commit: 006cdf16e6b7f5a770b49d67f4e35a0c44761758
Author: Michał Górny gentoo org>
AuthorDate: Thu May 19 12:52:16 2022 +
Commit: Michał Górny gentoo org>
CommitDate: Thu May 19 12:53:42 2022 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=006cdf16
dev-python/smartypants: Enable py3.11
Signed-off-by: Michał Górny gentoo.org>
dev-python/smartypants/smartypants-2.0.1-r1.ebuild | 33 +++---
1 file changed, 17 insertions(+), 16 deletions(-)
diff --git a/dev-python/smartypants/smartypants-2.0.1-r1.ebuild
b/dev-python/smartypants/smartypants-2.0.1-r1.ebuild
index c4a5c111cae5..826aa0e09c49 100644
--- a/dev-python/smartypants/smartypants-2.0.1-r1.ebuild
+++ b/dev-python/smartypants/smartypants-2.0.1-r1.ebuild
@@ -4,28 +4,29 @@
EAPI=8
DISTUTILS_USE_PEP517=setuptools
-PYTHON_COMPAT=( python3_{6..10} )
-
-MY_PN="${PN}.py"
-MY_P="${MY_PN}-${PV}"
+PYTHON_COMPAT=( python3_{8..11} )
inherit distutils-r1
+MY_P="${PN}.py-${PV}"
DESCRIPTION="ASCII quote-dot-dash to HTML entity converter"
-HOMEPAGE="https://pypi.python.org/pypi/smartypants/";
-
-if [[ ${PV} = * ]]; then
- EGIT_REPO_URI="https://github.com/leohemsted/smartypants.py.git";
- EGIT_BRANCH="master"
- inherit git-r3
-else
- SRC_URI="https://github.com/leohemsted/${MY_PN}/archive/v${PV}.tar.gz
-> ${P}.tar.gz"
- KEYWORDS="~alpha amd64 arm arm64 hppa ~ia64 ~m68k ppc ppc64 ~riscv
sparc x86"
- S="${WORKDIR}/${MY_P}"
-fi
+HOMEPAGE="
+ https://pypi.org/project/smartypants/
+ https://github.com/leohemsted/smartypants.py/
+"
+SRC_URI="
+ https://github.com/leohemsted/smartypants.py/archive/v${PV}.tar.gz
+ -> ${P}.tar.gz
+"
+S=${WORKDIR}/${MY_P}
LICENSE="MIT"
SLOT="0"
+KEYWORDS="~alpha amd64 arm arm64 hppa ~ia64 ~m68k ppc ppc64 ~riscv sparc x86"
distutils_enable_sphinx docs
-distutils_enable_tests setup.py
+distutils_enable_tests unittest
+
+python_test() {
+ eunittest -s tests
+}
[gentoo-commits] repo/gentoo:master commit in: dev-python/smartypants/
commit: 80890c15a4b9c68657c403e21dbe808e3f21c5fc
Author: Michał Górny gentoo org>
AuthorDate: Thu May 19 12:48:45 2022 +
Commit: Michał Górny gentoo org>
CommitDate: Thu May 19 12:53:41 2022 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=80890c15
dev-python/smartypants: Remove the live ebuild
Signed-off-by: Michał Górny gentoo.org>
dev-python/smartypants/smartypants-.ebuild | 31 --
1 file changed, 31 deletions(-)
diff --git a/dev-python/smartypants/smartypants-.ebuild
b/dev-python/smartypants/smartypants-.ebuild
deleted file mode 100644
index c5c6b78000bf..
--- a/dev-python/smartypants/smartypants-.ebuild
+++ /dev/null
@@ -1,31 +0,0 @@
-# Copyright 1999-2022 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=8
-
-DISTUTILS_USE_PEP517=setuptools
-PYTHON_COMPAT=( python3_{6..10} )
-
-MY_PN="${PN}.py"
-MY_P="${MY_PN}-${PV}"
-
-inherit distutils-r1
-
-DESCRIPTION="ASCII quote-dot-dash to HTML entity converter"
-HOMEPAGE="https://pypi.python.org/pypi/smartypants/";
-
-if [[ ${PV} = * ]]; then
- EGIT_REPO_URI="https://github.com/leohemsted/smartypants.py.git";
- EGIT_BRANCH="master"
- inherit git-r3
-else
- SRC_URI="https://github.com/leohemsted/${MY_PN}/archive/v${PV}.tar.gz
-> ${P}.tar.gz"
- KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~m68k ~ppc ~ppc64
~riscv ~sparc ~x86"
- S="${WORKDIR}/${MY_P}"
-fi
-
-LICENSE="MIT"
-SLOT="0"
-
-distutils_enable_sphinx docs
-distutils_enable_tests setup.py
[gentoo-commits] repo/gentoo:master commit in: dev-python/smartypants/
commit: c96119c8ada50c4dfcb042557ac5be16f65ae6ef
Author: Michał Górny gentoo org>
AuthorDate: Tue Mar 15 14:23:05 2022 +
Commit: Michał Górny gentoo org>
CommitDate: Tue Mar 15 14:23:05 2022 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=c96119c8
dev-python/smartypants: Remove old
Signed-off-by: Michał Górny gentoo.org>
dev-python/smartypants/smartypants-2.0.1.ebuild | 31 -
1 file changed, 31 deletions(-)
diff --git a/dev-python/smartypants/smartypants-2.0.1.ebuild
b/dev-python/smartypants/smartypants-2.0.1.ebuild
deleted file mode 100644
index 25c2dd0b2cad..
--- a/dev-python/smartypants/smartypants-2.0.1.ebuild
+++ /dev/null
@@ -1,31 +0,0 @@
-# Copyright 1999-2022 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=7
-
-PYTHON_COMPAT=( python3_{6..10} )
-DISTUTILS_USE_SETUPTOOLS=no
-
-MY_PN="${PN}.py"
-MY_P="${MY_PN}-${PV}"
-
-inherit distutils-r1
-
-DESCRIPTION="ASCII quote-dot-dash to HTML entity converter"
-HOMEPAGE="https://pypi.python.org/pypi/smartypants/";
-
-if [[ ${PV} = * ]]; then
- EGIT_REPO_URI="https://github.com/leohemsted/smartypants.py.git";
- EGIT_BRANCH="master"
- inherit git-r3
-else
- SRC_URI="https://github.com/leohemsted/${MY_PN}/archive/v${PV}.tar.gz
-> ${P}.tar.gz"
- KEYWORDS="~alpha amd64 arm arm64 hppa ~ia64 ~m68k ppc ppc64 ~riscv
sparc x86"
- S="${WORKDIR}/${MY_P}"
-fi
-
-LICENSE="MIT"
-SLOT="0"
-
-distutils_enable_sphinx docs
-distutils_enable_tests setup.py
[gentoo-commits] repo/gentoo:master commit in: dev-python/smartypants/
commit: 1e1fd0d4a19a3ab257a7d4472de02c84e54a83d7
Author: Jakov Smolić gentoo org>
AuthorDate: Tue Mar 15 13:27:33 2022 +
Commit: Jakov Smolić gentoo org>
CommitDate: Tue Mar 15 13:29:59 2022 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=1e1fd0d4
dev-python/smartypants: Stabilize 2.0.1-r1 ALLARCHES, #835292
Signed-off-by: Jakov Smolić gentoo.org>
dev-python/smartypants/smartypants-2.0.1-r1.ebuild | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/dev-python/smartypants/smartypants-2.0.1-r1.ebuild
b/dev-python/smartypants/smartypants-2.0.1-r1.ebuild
index c5c6b78000bf..c4a5c111cae5 100644
--- a/dev-python/smartypants/smartypants-2.0.1-r1.ebuild
+++ b/dev-python/smartypants/smartypants-2.0.1-r1.ebuild
@@ -20,7 +20,7 @@ if [[ ${PV} = * ]]; then
inherit git-r3
else
SRC_URI="https://github.com/leohemsted/${MY_PN}/archive/v${PV}.tar.gz
-> ${P}.tar.gz"
- KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~m68k ~ppc ~ppc64
~riscv ~sparc ~x86"
+ KEYWORDS="~alpha amd64 arm arm64 hppa ~ia64 ~m68k ppc ppc64 ~riscv
sparc x86"
S="${WORKDIR}/${MY_P}"
fi
[gentoo-commits] repo/gentoo:master commit in: dev-python/smartypants/
commit: 1c6c3c39d974cbfd7bc0f0962e9f9698e9eab3fa
Author: Michał Górny gentoo org>
AuthorDate: Sun Jan 30 12:47:50 2022 +
Commit: Michał Górny gentoo org>
CommitDate: Sun Jan 30 13:09:31 2022 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=1c6c3c39
dev-python/smartypants: Switch to PEP 517 build
Signed-off-by: Michał Górny gentoo.org>
.../{smartypants-.ebuild => smartypants-2.0.1-r1.ebuild} | 8
dev-python/smartypants/smartypants-.ebuild| 8
2 files changed, 8 insertions(+), 8 deletions(-)
diff --git a/dev-python/smartypants/smartypants-.ebuild
b/dev-python/smartypants/smartypants-2.0.1-r1.ebuild
similarity index 79%
copy from dev-python/smartypants/smartypants-.ebuild
copy to dev-python/smartypants/smartypants-2.0.1-r1.ebuild
index 418910a52b87..c5c6b78000bf 100644
--- a/dev-python/smartypants/smartypants-.ebuild
+++ b/dev-python/smartypants/smartypants-2.0.1-r1.ebuild
@@ -1,10 +1,10 @@
-# Copyright 1999-2021 Gentoo Authors
+# Copyright 1999-2022 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2
-EAPI=7
+EAPI=8
+DISTUTILS_USE_PEP517=setuptools
PYTHON_COMPAT=( python3_{6..10} )
-DISTUTILS_USE_SETUPTOOLS=no
MY_PN="${PN}.py"
MY_P="${MY_PN}-${PV}"
@@ -20,7 +20,7 @@ if [[ ${PV} = * ]]; then
inherit git-r3
else
SRC_URI="https://github.com/leohemsted/${MY_PN}/archive/v${PV}.tar.gz
-> ${P}.tar.gz"
- KEYWORDS="~amd64 ~arm ~arm64 ~hppa ~ia64 ~ppc ~ppc64 ~sparc ~x86"
+ KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~m68k ~ppc ~ppc64
~riscv ~sparc ~x86"
S="${WORKDIR}/${MY_P}"
fi
diff --git a/dev-python/smartypants/smartypants-.ebuild
b/dev-python/smartypants/smartypants-.ebuild
index 418910a52b87..c5c6b78000bf 100644
--- a/dev-python/smartypants/smartypants-.ebuild
+++ b/dev-python/smartypants/smartypants-.ebuild
@@ -1,10 +1,10 @@
-# Copyright 1999-2021 Gentoo Authors
+# Copyright 1999-2022 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2
-EAPI=7
+EAPI=8
+DISTUTILS_USE_PEP517=setuptools
PYTHON_COMPAT=( python3_{6..10} )
-DISTUTILS_USE_SETUPTOOLS=no
MY_PN="${PN}.py"
MY_P="${MY_PN}-${PV}"
@@ -20,7 +20,7 @@ if [[ ${PV} = * ]]; then
inherit git-r3
else
SRC_URI="https://github.com/leohemsted/${MY_PN}/archive/v${PV}.tar.gz
-> ${P}.tar.gz"
- KEYWORDS="~amd64 ~arm ~arm64 ~hppa ~ia64 ~ppc ~ppc64 ~sparc ~x86"
+ KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~m68k ~ppc ~ppc64
~riscv ~sparc ~x86"
S="${WORKDIR}/${MY_P}"
fi
[gentoo-commits] repo/gentoo:master commit in: dev-python/smartypants/
commit: f54251fc79ce8bcda5d6d7bc3d65c8680f0a83fd
Author: Arthur Zamarin gentoo org>
AuthorDate: Wed Jan 12 07:43:54 2022 +
Commit: Arthur Zamarin gentoo org>
CommitDate: Wed Jan 12 07:43:54 2022 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=f54251fc
dev-python/smartypants: Stabilize 2.0.1 hppa, #831049
Signed-off-by: Arthur Zamarin gentoo.org>
dev-python/smartypants/smartypants-2.0.1.ebuild | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
diff --git a/dev-python/smartypants/smartypants-2.0.1.ebuild
b/dev-python/smartypants/smartypants-2.0.1.ebuild
index 301e986c42b5..25c2dd0b2cad 100644
--- a/dev-python/smartypants/smartypants-2.0.1.ebuild
+++ b/dev-python/smartypants/smartypants-2.0.1.ebuild
@@ -1,4 +1,4 @@
-# Copyright 1999-2021 Gentoo Authors
+# Copyright 1999-2022 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2
EAPI=7
@@ -20,7 +20,7 @@ if [[ ${PV} = * ]]; then
inherit git-r3
else
SRC_URI="https://github.com/leohemsted/${MY_PN}/archive/v${PV}.tar.gz
-> ${P}.tar.gz"
- KEYWORDS="~alpha amd64 arm arm64 ~hppa ~ia64 ~m68k ppc ppc64 ~riscv
sparc x86"
+ KEYWORDS="~alpha amd64 arm arm64 hppa ~ia64 ~m68k ppc ppc64 ~riscv
sparc x86"
S="${WORKDIR}/${MY_P}"
fi
[gentoo-commits] repo/gentoo:master commit in: dev-python/smartypants/
commit: 3ae32a931b121a55fe219e451c7d8ea1f1acd825
Author: James Le Cuirot gentoo org>
AuthorDate: Sun Sep 19 19:43:48 2021 +
Commit: James Le Cuirot gentoo org>
CommitDate: Sun Sep 19 19:57:51 2021 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=3ae32a93
dev-python/smartypants: Keyword 2.0.1 for ~m68k
The tests pass.
Signed-off-by: James Le Cuirot gentoo.org>
dev-python/smartypants/smartypants-2.0.1.ebuild | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/dev-python/smartypants/smartypants-2.0.1.ebuild
b/dev-python/smartypants/smartypants-2.0.1.ebuild
index 5d51fd41318..301e986c42b 100644
--- a/dev-python/smartypants/smartypants-2.0.1.ebuild
+++ b/dev-python/smartypants/smartypants-2.0.1.ebuild
@@ -20,7 +20,7 @@ if [[ ${PV} = * ]]; then
inherit git-r3
else
SRC_URI="https://github.com/leohemsted/${MY_PN}/archive/v${PV}.tar.gz
-> ${P}.tar.gz"
- KEYWORDS="~alpha amd64 arm arm64 ~hppa ~ia64 ppc ppc64 ~riscv sparc x86"
+ KEYWORDS="~alpha amd64 arm arm64 ~hppa ~ia64 ~m68k ppc ppc64 ~riscv
sparc x86"
S="${WORKDIR}/${MY_P}"
fi
[gentoo-commits] repo/gentoo:master commit in: dev-python/smartypants/
commit: d811f16b881b8556d399da88768117144d2ca8ec
Author: Yixun Lan gentoo org>
AuthorDate: Thu Jun 3 02:27:20 2021 +
Commit: Yixun Lan gentoo org>
CommitDate: Thu Jun 3 02:40:17 2021 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=d811f16b
dev-python/smartypants: add riscv keyword
Package-Manager: Portage-3.0.18, Repoman-3.0.3
Signed-off-by: Yixun Lan gentoo.org>
dev-python/smartypants/smartypants-2.0.1.ebuild | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/dev-python/smartypants/smartypants-2.0.1.ebuild
b/dev-python/smartypants/smartypants-2.0.1.ebuild
index 0150120bfb3..5d51fd41318 100644
--- a/dev-python/smartypants/smartypants-2.0.1.ebuild
+++ b/dev-python/smartypants/smartypants-2.0.1.ebuild
@@ -20,7 +20,7 @@ if [[ ${PV} = * ]]; then
inherit git-r3
else
SRC_URI="https://github.com/leohemsted/${MY_PN}/archive/v${PV}.tar.gz
-> ${P}.tar.gz"
- KEYWORDS="~alpha amd64 arm arm64 ~hppa ~ia64 ppc ppc64 sparc x86"
+ KEYWORDS="~alpha amd64 arm arm64 ~hppa ~ia64 ppc ppc64 ~riscv sparc x86"
S="${WORKDIR}/${MY_P}"
fi
[gentoo-commits] repo/gentoo:master commit in: dev-python/smartypants/
commit: f509431e86af32cbade2e5be46f828548c07bb33
Author: Matt Turner gentoo org>
AuthorDate: Wed Jun 2 18:08:39 2021 +
Commit: Matt Turner gentoo org>
CommitDate: Wed Jun 2 18:08:39 2021 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=f509431e
dev-python/smartypants: Keyword 2.0.1 alpha, #787269
Signed-off-by: Matt Turner gentoo.org>
dev-python/smartypants/smartypants-2.0.1.ebuild | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/dev-python/smartypants/smartypants-2.0.1.ebuild
b/dev-python/smartypants/smartypants-2.0.1.ebuild
index 497d9ce22b6..0150120bfb3 100644
--- a/dev-python/smartypants/smartypants-2.0.1.ebuild
+++ b/dev-python/smartypants/smartypants-2.0.1.ebuild
@@ -20,7 +20,7 @@ if [[ ${PV} = * ]]; then
inherit git-r3
else
SRC_URI="https://github.com/leohemsted/${MY_PN}/archive/v${PV}.tar.gz
-> ${P}.tar.gz"
- KEYWORDS="amd64 arm arm64 ~hppa ~ia64 ppc ppc64 sparc x86"
+ KEYWORDS="~alpha amd64 arm arm64 ~hppa ~ia64 ppc ppc64 sparc x86"
S="${WORKDIR}/${MY_P}"
fi
[gentoo-commits] repo/gentoo:master commit in: dev-python/smartypants/
commit: dba84ecce709dc03573fc9d92a04a307eb7744e3
Author: Jakov Smolic sartura hr>
AuthorDate: Tue May 18 08:52:13 2021 +
Commit: Michał Górny gentoo org>
CommitDate: Tue May 18 13:02:46 2021 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=dba84ecc
dev-python/smartypants: Port to python3.10
Signed-off-by: Jakov Smolic sartura.hr>
Signed-off-by: Michał Górny gentoo.org>
dev-python/smartypants/smartypants-2.0.1.ebuild | 4 ++--
dev-python/smartypants/smartypants-.ebuild | 6 +++---
2 files changed, 5 insertions(+), 5 deletions(-)
diff --git a/dev-python/smartypants/smartypants-2.0.1.ebuild
b/dev-python/smartypants/smartypants-2.0.1.ebuild
index 0f2af7693b6..418910a52b8 100644
--- a/dev-python/smartypants/smartypants-2.0.1.ebuild
+++ b/dev-python/smartypants/smartypants-2.0.1.ebuild
@@ -3,7 +3,7 @@
EAPI=7
-PYTHON_COMPAT=( python3_{6..9} )
+PYTHON_COMPAT=( python3_{6..10} )
DISTUTILS_USE_SETUPTOOLS=no
MY_PN="${PN}.py"
@@ -26,6 +26,6 @@ fi
LICENSE="MIT"
SLOT="0"
-IUSE=""
distutils_enable_sphinx docs
+distutils_enable_tests setup.py
diff --git a/dev-python/smartypants/smartypants-.ebuild
b/dev-python/smartypants/smartypants-.ebuild
index 50a025c905a..418910a52b8 100644
--- a/dev-python/smartypants/smartypants-.ebuild
+++ b/dev-python/smartypants/smartypants-.ebuild
@@ -3,7 +3,7 @@
EAPI=7
-PYTHON_COMPAT=( python3_{6..9} )
+PYTHON_COMPAT=( python3_{6..10} )
DISTUTILS_USE_SETUPTOOLS=no
MY_PN="${PN}.py"
@@ -20,12 +20,12 @@ if [[ ${PV} = * ]]; then
inherit git-r3
else
SRC_URI="https://github.com/leohemsted/${MY_PN}/archive/v${PV}.tar.gz
-> ${P}.tar.gz"
- KEYWORDS="~amd64 ~arm ~arm64 ~x86"
+ KEYWORDS="~amd64 ~arm ~arm64 ~hppa ~ia64 ~ppc ~ppc64 ~sparc ~x86"
S="${WORKDIR}/${MY_P}"
fi
LICENSE="MIT"
SLOT="0"
-IUSE=""
distutils_enable_sphinx docs
+distutils_enable_tests setup.py
[gentoo-commits] repo/gentoo:master commit in: dev-python/smartypants/
commit: d5fb2e8de654ddd68b3c2a61daf15e9562b26c3f Author: Jakov Smolic sartura hr> AuthorDate: Tue May 18 08:55:22 2021 + Commit: Michał Górny gentoo org> CommitDate: Tue May 18 13:02:51 2021 + URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=d5fb2e8d dev-python/smartypants: Mark ALLARCHES Signed-off-by: Jakov Smolic sartura.hr> Closes: https://github.com/gentoo/gentoo/pull/20867 Signed-off-by: Michał Górny gentoo.org> dev-python/smartypants/metadata.xml | 21 +++-- 1 file changed, 11 insertions(+), 10 deletions(-) diff --git a/dev-python/smartypants/metadata.xml b/dev-python/smartypants/metadata.xml index ae7568154bd..fbbcc3e4668 100644 --- a/dev-python/smartypants/metadata.xml +++ b/dev-python/smartypants/metadata.xml @@ -1,17 +1,18 @@ http://www.gentoo.org/dtd/metadata.dtd";> - - [email protected] - Steve Arnold - - + + [email protected] + Steve Arnold + + + smartypants does transformations of plain old ASCII straight quotes, plain dashes, and plain dots, into smart quotes, em-dashes, and proper ellipses. - - - smartypants - leohemsted/smartypants.py - + + + smartypants + leohemsted/smartypants.py +
[gentoo-commits] repo/gentoo:master commit in: dev-python/smartypants/
commit: a3723aae1d4f572c6c0ec2ef01f55abaa72c5791
Author: Sam James gentoo org>
AuthorDate: Sat May 15 01:59:00 2021 +
Commit: Sam James gentoo org>
CommitDate: Sat May 15 01:59:00 2021 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=a3723aae
dev-python/smartypants: Keyword 2.0.1 ppc64, #787269
Signed-off-by: Sam James gentoo.org>
dev-python/smartypants/smartypants-2.0.1.ebuild | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/dev-python/smartypants/smartypants-2.0.1.ebuild
b/dev-python/smartypants/smartypants-2.0.1.ebuild
index 2eddcc4e2b3..0f2af7693b6 100644
--- a/dev-python/smartypants/smartypants-2.0.1.ebuild
+++ b/dev-python/smartypants/smartypants-2.0.1.ebuild
@@ -20,7 +20,7 @@ if [[ ${PV} = * ]]; then
inherit git-r3
else
SRC_URI="https://github.com/leohemsted/${MY_PN}/archive/v${PV}.tar.gz
-> ${P}.tar.gz"
- KEYWORDS="~amd64 ~arm ~arm64 ~hppa ~ia64 ~ppc ~sparc ~x86"
+ KEYWORDS="~amd64 ~arm ~arm64 ~hppa ~ia64 ~ppc ~ppc64 ~sparc ~x86"
S="${WORKDIR}/${MY_P}"
fi
[gentoo-commits] repo/gentoo:master commit in: dev-python/smartypants/
commit: 83714e6f2b8dc5c7edeaf717b6672b09d4104597
Author: Sam James gentoo org>
AuthorDate: Mon May 10 12:47:04 2021 +
Commit: Sam James gentoo org>
CommitDate: Mon May 10 12:47:49 2021 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=83714e6f
dev-python/smartypants: Keyword 2.0.1 ppc, #787269
Signed-off-by: Sam James gentoo.org>
dev-python/smartypants/smartypants-2.0.1.ebuild | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/dev-python/smartypants/smartypants-2.0.1.ebuild
b/dev-python/smartypants/smartypants-2.0.1.ebuild
index 143fe7a5bff..2eddcc4e2b3 100644
--- a/dev-python/smartypants/smartypants-2.0.1.ebuild
+++ b/dev-python/smartypants/smartypants-2.0.1.ebuild
@@ -20,7 +20,7 @@ if [[ ${PV} = * ]]; then
inherit git-r3
else
SRC_URI="https://github.com/leohemsted/${MY_PN}/archive/v${PV}.tar.gz
-> ${P}.tar.gz"
- KEYWORDS="~amd64 ~arm ~arm64 ~hppa ~ia64 ~sparc ~x86"
+ KEYWORDS="~amd64 ~arm ~arm64 ~hppa ~ia64 ~ppc ~sparc ~x86"
S="${WORKDIR}/${MY_P}"
fi
[gentoo-commits] repo/gentoo:master commit in: dev-python/smartypants/
commit: 0c30af0af26c6a8ddc8c0e4de0ca3cf58f4c7079
Author: Rolf Eike Beer sf-mail de>
AuthorDate: Fri May 7 13:53:09 2021 +
Commit: Sergei Trofimovich gentoo org>
CommitDate: Fri May 7 18:56:33 2021 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=0c30af0a
dev-python/smartypants: keyworded 2.0.1 for hppa, bug #787269
Package-Manager: Portage-3.0.18, Repoman-3.0.2
RepoMan-Options: --include-arches="hppa"
Signed-off-by: Rolf Eike Beer sf-mail.de>
Signed-off-by: Sergei Trofimovich gentoo.org>
dev-python/smartypants/smartypants-2.0.1.ebuild | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/dev-python/smartypants/smartypants-2.0.1.ebuild
b/dev-python/smartypants/smartypants-2.0.1.ebuild
index c43b65b961d..143fe7a5bff 100644
--- a/dev-python/smartypants/smartypants-2.0.1.ebuild
+++ b/dev-python/smartypants/smartypants-2.0.1.ebuild
@@ -20,7 +20,7 @@ if [[ ${PV} = * ]]; then
inherit git-r3
else
SRC_URI="https://github.com/leohemsted/${MY_PN}/archive/v${PV}.tar.gz
-> ${P}.tar.gz"
- KEYWORDS="~amd64 ~arm ~arm64 ~ia64 ~sparc ~x86"
+ KEYWORDS="~amd64 ~arm ~arm64 ~hppa ~ia64 ~sparc ~x86"
S="${WORKDIR}/${MY_P}"
fi
[gentoo-commits] repo/gentoo:master commit in: dev-python/smartypants/
commit: 69e08c97f0fc7f3e12c119599890e092899edd5f
Author: Sergei Trofimovich gentoo org>
AuthorDate: Thu May 6 19:30:06 2021 +
Commit: Sergei Trofimovich gentoo org>
CommitDate: Thu May 6 19:30:48 2021 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=69e08c97
dev-python/smartypants: keyworded 2.0.1 for ia64
keyworded wrt bug #787269
Package-Manager: Portage-3.0.18, Repoman-3.0.3
RepoMan-Options: --include-arches="ia64"
Signed-off-by: Sergei Trofimovich gentoo.org>
dev-python/smartypants/smartypants-2.0.1.ebuild | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/dev-python/smartypants/smartypants-2.0.1.ebuild
b/dev-python/smartypants/smartypants-2.0.1.ebuild
index 632b9a382c5..c43b65b961d 100644
--- a/dev-python/smartypants/smartypants-2.0.1.ebuild
+++ b/dev-python/smartypants/smartypants-2.0.1.ebuild
@@ -20,7 +20,7 @@ if [[ ${PV} = * ]]; then
inherit git-r3
else
SRC_URI="https://github.com/leohemsted/${MY_PN}/archive/v${PV}.tar.gz
-> ${P}.tar.gz"
- KEYWORDS="~amd64 ~arm ~arm64 ~sparc ~x86"
+ KEYWORDS="~amd64 ~arm ~arm64 ~ia64 ~sparc ~x86"
S="${WORKDIR}/${MY_P}"
fi
[gentoo-commits] repo/gentoo:master commit in: dev-python/smartypants/
commit: 343ce52d9831168e10f32ceb26d89155869b0960
Author: Rolf Eike Beer sf-mail de>
AuthorDate: Thu May 6 13:56:05 2021 +
Commit: Sergei Trofimovich gentoo org>
CommitDate: Thu May 6 15:29:52 2021 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=343ce52d
dev-python/smartypants: keyworded 2.0.1 for sparc, bug #787269
Package-Manager: Portage-3.0.18, Repoman-3.0.2
RepoMan-Options: --include-arches="sparc"
Signed-off-by: Rolf Eike Beer sf-mail.de>
Signed-off-by: Sergei Trofimovich gentoo.org>
dev-python/smartypants/smartypants-2.0.1.ebuild | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/dev-python/smartypants/smartypants-2.0.1.ebuild
b/dev-python/smartypants/smartypants-2.0.1.ebuild
index 50a025c905a..632b9a382c5 100644
--- a/dev-python/smartypants/smartypants-2.0.1.ebuild
+++ b/dev-python/smartypants/smartypants-2.0.1.ebuild
@@ -20,7 +20,7 @@ if [[ ${PV} = * ]]; then
inherit git-r3
else
SRC_URI="https://github.com/leohemsted/${MY_PN}/archive/v${PV}.tar.gz
-> ${P}.tar.gz"
- KEYWORDS="~amd64 ~arm ~arm64 ~x86"
+ KEYWORDS="~amd64 ~arm ~arm64 ~sparc ~x86"
S="${WORKDIR}/${MY_P}"
fi
[gentoo-commits] repo/gentoo:master commit in: dev-python/smartypants/
commit: ccd55a54daadf101a5b224d40ec837c27e6396dc
Author: Steve Arnold gentoo org>
AuthorDate: Tue Feb 9 23:02:00 2021 +
Commit: Steve Arnold gentoo org>
CommitDate: Tue Feb 9 23:03:25 2021 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=ccd55a54
dev-python/smartypants: fix header, py versions, metadata
Package-Manager: Portage-3.0.12, Repoman-3.0.2
Signed-off-by: Steve Arnold gentoo.org>
dev-python/smartypants/metadata.xml | 4 +++-
dev-python/smartypants/smartypants-2.0.1.ebuild | 2 +-
dev-python/smartypants/smartypants-.ebuild | 2 +-
3 files changed, 5 insertions(+), 3 deletions(-)
diff --git a/dev-python/smartypants/metadata.xml
b/dev-python/smartypants/metadata.xml
index 21caf30ef38..5f9e81afc7a 100644
--- a/dev-python/smartypants/metadata.xml
+++ b/dev-python/smartypants/metadata.xml
@@ -6,7 +6,9 @@
Steve Arnold
- smartypants is a Python fork of SmartyPants (wha?)
+ smartypants does transformations of plain old ASCII straight quotes,
+ plain dashes, and plain dots, into smart quotes, em-dashes, and
+ proper ellipses.
smartypants
diff --git a/dev-python/smartypants/smartypants-2.0.1.ebuild
b/dev-python/smartypants/smartypants-2.0.1.ebuild
index 1f0d94682d7..4edd324c0a6 100644
--- a/dev-python/smartypants/smartypants-2.0.1.ebuild
+++ b/dev-python/smartypants/smartypants-2.0.1.ebuild
@@ -3,7 +3,7 @@
EAPI=7
-PYTHON_COMPAT=( python3_{7..8} )
+PYTHON_COMPAT=( python3_{6..9} )
DISTUTILS_USE_SETUPTOOLS=no
MY_PN="${PN}.py"
diff --git a/dev-python/smartypants/smartypants-.ebuild
b/dev-python/smartypants/smartypants-.ebuild
index 1f0d94682d7..4edd324c0a6 100644
--- a/dev-python/smartypants/smartypants-.ebuild
+++ b/dev-python/smartypants/smartypants-.ebuild
@@ -3,7 +3,7 @@
EAPI=7
-PYTHON_COMPAT=( python3_{7..8} )
+PYTHON_COMPAT=( python3_{6..9} )
DISTUTILS_USE_SETUPTOOLS=no
MY_PN="${PN}.py"
[gentoo-commits] repo/gentoo:master commit in: dev-python/smartypants/
commit: 5990d82fb7a1282cacd7aef95457dff48cb8c251 Author: Steve Arnold gentoo org> AuthorDate: Thu Jan 21 00:49:22 2021 + Commit: Steve Arnold gentoo org> CommitDate: Thu Jan 21 00:49:22 2021 + URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=5990d82f dev-python/smartypants: new (revived) ebuild, dep for rst2pdf Package-Manager: Portage-3.0.12, Repoman-3.0.2 Signed-off-by: Steve Arnold gentoo.org> dev-python/smartypants/Manifest | 1 + dev-python/smartypants/metadata.xml | 15 dev-python/smartypants/smartypants-2.0.1.ebuild | 32 + dev-python/smartypants/smartypants-.ebuild | 32 + 4 files changed, 80 insertions(+) diff --git a/dev-python/smartypants/Manifest b/dev-python/smartypants/Manifest new file mode 100644 index 000..79e9099de5d --- /dev/null +++ b/dev-python/smartypants/Manifest @@ -0,0 +1 @@ +DIST smartypants-2.0.1.tar.gz 24152 BLAKE2B 258c9692eec675054dc31f760cf3a9fc3995683d7a15fc549fb390611761c0b09f73e077f5917f9f071a8fc1ae3f06e36f745fdc0e2c368f465e29f6ce51457f SHA512 d47a866a5478c3520251f87a93a468a5eea10318b24b2e8d4bc918d533b5a5789aa56d3a8d5fb8ccff9572fb63e5b6f2eafc44f93fb57a19e6621ebef5d64d9d diff --git a/dev-python/smartypants/metadata.xml b/dev-python/smartypants/metadata.xml new file mode 100644 index 000..21caf30ef38 --- /dev/null +++ b/dev-python/smartypants/metadata.xml @@ -0,0 +1,15 @@ + +http://www.gentoo.org/dtd/metadata.dtd";> + + + [email protected] + Steve Arnold + + + smartypants is a Python fork of SmartyPants (wha?) + + + smartypants + leohemsted/smartypants.py + + diff --git a/dev-python/smartypants/smartypants-2.0.1.ebuild b/dev-python/smartypants/smartypants-2.0.1.ebuild new file mode 100644 index 000..0624ab1574f --- /dev/null +++ b/dev-python/smartypants/smartypants-2.0.1.ebuild @@ -0,0 +1,32 @@ +# Copyright 1999-2021 Gentoo Authors +# Distributed under the terms of the GNU General Public License v2 + +EAPI=7 + +PYTHON_COMPAT=( python3_{6..8} ) +DISTUTILS_USE_SETUPTOOLS=no + +MY_PN="${PN}.py" +MY_P="${MY_PN}-${PV}" + +inherit distutils-r1 + +DESCRIPTION="ASCII quote-dot-dash to HTML entity converter" +HOMEPAGE="https://pypi.python.org/pypi/smartypants/"; + +if [[ ${PV} = * ]]; then + EGIT_REPO_URI="https://github.com/leohemsted/smartypants.py.git"; + EGIT_BRANCH="master" + inherit git-r3 + KEYWORDS="" +else + SRC_URI="https://github.com/leohemsted/${MY_PN}/archive/v${PV}.tar.gz -> ${P}.tar.gz" + KEYWORDS="~amd64 ~arm ~arm64 ~x86" + S="${WORKDIR}/${MY_P}" +fi + +LICENSE="MIT" +SLOT="0" +IUSE="" + +distutils_enable_sphinx docs diff --git a/dev-python/smartypants/smartypants-.ebuild b/dev-python/smartypants/smartypants-.ebuild new file mode 100644 index 000..0624ab1574f --- /dev/null +++ b/dev-python/smartypants/smartypants-.ebuild @@ -0,0 +1,32 @@ +# Copyright 1999-2021 Gentoo Authors +# Distributed under the terms of the GNU General Public License v2 + +EAPI=7 + +PYTHON_COMPAT=( python3_{6..8} ) +DISTUTILS_USE_SETUPTOOLS=no + +MY_PN="${PN}.py" +MY_P="${MY_PN}-${PV}" + +inherit distutils-r1 + +DESCRIPTION="ASCII quote-dot-dash to HTML entity converter" +HOMEPAGE="https://pypi.python.org/pypi/smartypants/"; + +if [[ ${PV} = * ]]; then + EGIT_REPO_URI="https://github.com/leohemsted/smartypants.py.git"; + EGIT_BRANCH="master" + inherit git-r3 + KEYWORDS="" +else + SRC_URI="https://github.com/leohemsted/${MY_PN}/archive/v${PV}.tar.gz -> ${P}.tar.gz" + KEYWORDS="~amd64 ~arm ~arm64 ~x86" + S="${WORKDIR}/${MY_P}" +fi + +LICENSE="MIT" +SLOT="0" +IUSE="" + +distutils_enable_sphinx docs
