* [gentoo-commits] repo/gentoo:master commit in: dev-python/misaka/
@ 2020-06-29 19:20 Aaron Bauman
0 siblings, 0 replies; 6+ messages in thread
From: Aaron Bauman @ 2020-06-29 19:20 UTC (permalink / raw
To: gentoo-commits
commit: 24ea61b1c9c4e41304ce6ca8cf3631664c9fe572
Author: Azamat H. Hackimov <azamat.hackimov <AT> gmail <DOT> com>
AuthorDate: Wed May 27 17:38:00 2020 +0000
Commit: Aaron Bauman <bman <AT> gentoo <DOT> org>
CommitDate: Mon Jun 29 19:19:55 2020 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=24ea61b1
dev-python/misaka: update to 2.1.1
Migrated to EAPI=7, added python3_{6,7,8} targets.
Package-Manager: Portage-2.3.99, Repoman-2.3.22
Signed-off-by: Azamat H. Hackimov <azamat.hackimov <AT> gmail.com>
Closes: https://github.com/gentoo/gentoo/pull/15984
Signed-off-by: Aaron Bauman <bman <AT> gentoo.org>
dev-python/misaka/Manifest | 1 +
dev-python/misaka/metadata.xml | 1 +
dev-python/misaka/misaka-2.1.1.ebuild | 21 +++++++++++++++++++++
3 files changed, 23 insertions(+)
diff --git a/dev-python/misaka/Manifest b/dev-python/misaka/Manifest
index 2da49ac2e91..b7af423d908 100644
--- a/dev-python/misaka/Manifest
+++ b/dev-python/misaka/Manifest
@@ -1 +1,2 @@
DIST misaka-1.0.2.tar.gz 78702 BLAKE2B a07be5c94098e716d1494c69d84c50f8a78fe3b3a1a21d9a2ecce1c7474de9e493775b50f18cbdfa7c2bfb914fc4229d281282a80523e794de846d0f947238f1 SHA512 ba3ef2e4c66e0e33e21bb554c3e317342929b3d9969aaba7e3dbd745430b3952b6bb7d3142a3049c4de3e3dede7cc68a9810cd43642e014949e4564fcb2cc74d
+DIST misaka-2.1.1.tar.gz 125187 BLAKE2B c739ac13430425fbfef56ff56b8b93a2be8654779793f233dd7be508a462114cef1d4977881646e2a0717adb4a10eac924edcc6e017658a703019c5a0b039b8e SHA512 345cbce4d3b4b7e99e13e32fe4049c6cc27b576685d9d44771a41c486b4fcd8696bd094ab426750ad1841a6d4d1edeee6a60def11559ccf1e3854f2e1bda51d1
diff --git a/dev-python/misaka/metadata.xml b/dev-python/misaka/metadata.xml
index 028f277d07a..8e2bffc1919 100644
--- a/dev-python/misaka/metadata.xml
+++ b/dev-python/misaka/metadata.xml
@@ -6,6 +6,7 @@
<name>Openstack</name>
</maintainer>
<upstream>
+ <remote-id type="github">FSX/misaka</remote-id>
<remote-id type="pypi">misaka</remote-id>
</upstream>
</pkgmetadata>
diff --git a/dev-python/misaka/misaka-2.1.1.ebuild b/dev-python/misaka/misaka-2.1.1.ebuild
new file mode 100644
index 00000000000..f1a7a807f3c
--- /dev/null
+++ b/dev-python/misaka/misaka-2.1.1.ebuild
@@ -0,0 +1,21 @@
+# Copyright 1999-2020 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=7
+PYTHON_COMPAT=( python3_{6,7,8} )
+
+inherit distutils-r1
+
+DESCRIPTION="A CFFI binding for Hoedown, a markdown parsing library"
+HOMEPAGE="http://misaka.61924.nl/ https://github.com/FSX/misaka"
+SRC_URI="https://github.com/FSX/misaka/archive/v${PV}.tar.gz -> ${P}.tar.gz"
+
+KEYWORDS="~amd64 ~x86"
+IUSE=""
+LICENSE="MIT"
+SLOT="0"
+
+RDEPEND="dev-python/cffi[${PYTHON_USEDEP}]"
+
+# FIXME: tests requires write access outside sandbox
+#distutils_enable_tests setup.py
^ permalink raw reply related [flat|nested] 6+ messages in thread
* [gentoo-commits] repo/gentoo:master commit in: dev-python/misaka/
@ 2020-06-29 19:20 Aaron Bauman
0 siblings, 0 replies; 6+ messages in thread
From: Aaron Bauman @ 2020-06-29 19:20 UTC (permalink / raw
To: gentoo-commits
commit: 110d185a1738037070182160a742934b02105bf1
Author: Aaron Bauman <bman <AT> gentoo <DOT> org>
AuthorDate: Mon Jun 29 19:18:38 2020 +0000
Commit: Aaron Bauman <bman <AT> gentoo <DOT> org>
CommitDate: Mon Jun 29 19:19:56 2020 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=110d185a
dev-python/misaka: drop old py2 only version
Signed-off-by: Aaron Bauman <bman <AT> gentoo.org>
dev-python/misaka/Manifest | 1 -
dev-python/misaka/misaka-1.0.2.ebuild | 20 --------------------
2 files changed, 21 deletions(-)
diff --git a/dev-python/misaka/Manifest b/dev-python/misaka/Manifest
index b7af423d908..efaf55db251 100644
--- a/dev-python/misaka/Manifest
+++ b/dev-python/misaka/Manifest
@@ -1,2 +1 @@
-DIST misaka-1.0.2.tar.gz 78702 BLAKE2B a07be5c94098e716d1494c69d84c50f8a78fe3b3a1a21d9a2ecce1c7474de9e493775b50f18cbdfa7c2bfb914fc4229d281282a80523e794de846d0f947238f1 SHA512 ba3ef2e4c66e0e33e21bb554c3e317342929b3d9969aaba7e3dbd745430b3952b6bb7d3142a3049c4de3e3dede7cc68a9810cd43642e014949e4564fcb2cc74d
DIST misaka-2.1.1.tar.gz 125187 BLAKE2B c739ac13430425fbfef56ff56b8b93a2be8654779793f233dd7be508a462114cef1d4977881646e2a0717adb4a10eac924edcc6e017658a703019c5a0b039b8e SHA512 345cbce4d3b4b7e99e13e32fe4049c6cc27b576685d9d44771a41c486b4fcd8696bd094ab426750ad1841a6d4d1edeee6a60def11559ccf1e3854f2e1bda51d1
diff --git a/dev-python/misaka/misaka-1.0.2.ebuild b/dev-python/misaka/misaka-1.0.2.ebuild
deleted file mode 100644
index 0d286e7345d..00000000000
--- a/dev-python/misaka/misaka-1.0.2.ebuild
+++ /dev/null
@@ -1,20 +0,0 @@
-# Copyright 1999-2020 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=5
-PYTHON_COMPAT=( python2_7 )
-
-inherit distutils-r1
-
-DESCRIPTION="The Python binding for Sundown, a markdown parsing library"
-HOMEPAGE="https://misaka.61924.nl/"
-SRC_URI="mirror://pypi/${PN:0:1}/${PN}/${P}.tar.gz"
-
-KEYWORDS="~amd64 ~x86"
-IUSE=""
-LICENSE="MIT"
-SLOT="0"
-
-RDEPEND="dev-python/urllib3[${PYTHON_USEDEP}]"
-DEPEND="dev-python/setuptools[${PYTHON_USEDEP}]
- dev-python/cython[${PYTHON_USEDEP}]"
^ permalink raw reply related [flat|nested] 6+ messages in thread
* [gentoo-commits] repo/gentoo:master commit in: dev-python/misaka/
@ 2020-06-30 15:46 Matthew Thode
0 siblings, 0 replies; 6+ messages in thread
From: Matthew Thode @ 2020-06-30 15:46 UTC (permalink / raw
To: gentoo-commits
commit: b00127b8faad6bee6b6a85a68c17bc97855e8b47
Author: Matthew Thode <prometheanfire <AT> gentoo <DOT> org>
AuthorDate: Tue Jun 30 15:46:10 2020 +0000
Commit: Matthew Thode <prometheanfire <AT> gentoo <DOT> org>
CommitDate: Tue Jun 30 15:46:31 2020 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=b00127b8
dev-python/misaka: fix manifest file
Closes: https://bugs.gentoo.org/730210
Package-Manager: Portage-2.3.99, Repoman-2.3.23
Signed-off-by: Matthew Thode <prometheanfire <AT> gentoo.org>
dev-python/misaka/Manifest | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/dev-python/misaka/Manifest b/dev-python/misaka/Manifest
index efaf55db251..ef1ca6921d2 100644
--- a/dev-python/misaka/Manifest
+++ b/dev-python/misaka/Manifest
@@ -1 +1 @@
-DIST misaka-2.1.1.tar.gz 125187 BLAKE2B c739ac13430425fbfef56ff56b8b93a2be8654779793f233dd7be508a462114cef1d4977881646e2a0717adb4a10eac924edcc6e017658a703019c5a0b039b8e SHA512 345cbce4d3b4b7e99e13e32fe4049c6cc27b576685d9d44771a41c486b4fcd8696bd094ab426750ad1841a6d4d1edeee6a60def11559ccf1e3854f2e1bda51d1
+DIST misaka-2.1.1.tar.gz 112700 BLAKE2B 0d50cfbfa127a51bc6da2abc3a91c8ce4706b6a1dbbfc4af14f85d47262ab1cca4bdca0ba7056e668570b20bed1f1a150124a2d5da45ff8866cb7007b2b9bca3 SHA512 4b9288d56ddd57e07985043acbb5a2dfec9b7c0bf385b689b17f2b062f5d7aa961e0dab8e237173e714b13aa5eabafc646833d5a78cf728035444d6fbd365bee
^ permalink raw reply related [flat|nested] 6+ messages in thread
* [gentoo-commits] repo/gentoo:master commit in: dev-python/misaka/
@ 2021-02-22 23:50 Matthew Thode
0 siblings, 0 replies; 6+ messages in thread
From: Matthew Thode @ 2021-02-22 23:50 UTC (permalink / raw
To: gentoo-commits
commit: 0d89f524aa0d205d449cd7cc82e731c4c8eb03a6
Author: Matthew Thode <prometheanfire <AT> gentoo <DOT> org>
AuthorDate: Mon Feb 22 23:46:32 2021 +0000
Commit: Matthew Thode <prometheanfire <AT> gentoo <DOT> org>
CommitDate: Mon Feb 22 23:50:48 2021 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=0d89f524
dev-python/misaka: add py39 marker
Package-Manager: Portage-3.0.13, Repoman-3.0.2
Signed-off-by: Matthew Thode <prometheanfire <AT> gentoo.org>
dev-python/misaka/metadata.xml | 4 ++++
dev-python/misaka/misaka-2.1.1.ebuild | 4 ++--
2 files changed, 6 insertions(+), 2 deletions(-)
diff --git a/dev-python/misaka/metadata.xml b/dev-python/misaka/metadata.xml
index 8e2bffc1919..68bc5e6219e 100644
--- a/dev-python/misaka/metadata.xml
+++ b/dev-python/misaka/metadata.xml
@@ -5,6 +5,10 @@
<email>openstack@gentoo.org</email>
<name>Openstack</name>
</maintainer>
+ <maintainer type="person">
+ <email>prometheanfire@gentoo.org</email>
+ <name>Matthew Thode</name>
+ </maintainer>
<upstream>
<remote-id type="github">FSX/misaka</remote-id>
<remote-id type="pypi">misaka</remote-id>
diff --git a/dev-python/misaka/misaka-2.1.1.ebuild b/dev-python/misaka/misaka-2.1.1.ebuild
index 2bb6f8f704e..17ca17e0548 100644
--- a/dev-python/misaka/misaka-2.1.1.ebuild
+++ b/dev-python/misaka/misaka-2.1.1.ebuild
@@ -1,8 +1,8 @@
-# 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} )
+PYTHON_COMPAT=( python3_{7..9} )
inherit distutils-r1
^ permalink raw reply related [flat|nested] 6+ messages in thread
* [gentoo-commits] repo/gentoo:master commit in: dev-python/misaka/
@ 2022-05-20 1:57 Matthew Thode
0 siblings, 0 replies; 6+ messages in thread
From: Matthew Thode @ 2022-05-20 1:57 UTC (permalink / raw
To: gentoo-commits
commit: 25e48f5f57d9ca97c680428b4be0688511c73d4a
Author: Matthew Thode <prometheanfire <AT> gentoo <DOT> org>
AuthorDate: Fri May 20 01:57:05 2022 +0000
Commit: Matthew Thode <prometheanfire <AT> gentoo <DOT> org>
CommitDate: Fri May 20 01:57:05 2022 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=25e48f5f
dev-python/misaka: bump python to py10
Closes: https://bugs.gentoo.org/845753
Package-Manager: Portage-3.0.30, Repoman-3.0.3
Signed-off-by: Matthew Thode <prometheanfire <AT> gentoo.org>
dev-python/misaka/{misaka-2.1.1.ebuild => misaka-2.1.1-r1.ebuild} | 6 +++---
1 file changed, 3 insertions(+), 3 deletions(-)
diff --git a/dev-python/misaka/misaka-2.1.1.ebuild b/dev-python/misaka/misaka-2.1.1-r1.ebuild
similarity index 86%
rename from dev-python/misaka/misaka-2.1.1.ebuild
rename to dev-python/misaka/misaka-2.1.1-r1.ebuild
index 17ca17e0548b..279edf81e1fd 100644
--- a/dev-python/misaka/misaka-2.1.1.ebuild
+++ b/dev-python/misaka/misaka-2.1.1-r1.ebuild
@@ -1,8 +1,8 @@
-# Copyright 1999-2021 Gentoo Authors
+# Copyright 1999-2022 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2
-EAPI=7
-PYTHON_COMPAT=( python3_{7..9} )
+EAPI=8
+PYTHON_COMPAT=( python3_{7..10} )
inherit distutils-r1
^ permalink raw reply related [flat|nested] 6+ messages in thread
* [gentoo-commits] repo/gentoo:master commit in: dev-python/misaka/
@ 2023-05-03 15:12 Matthew Thode
0 siblings, 0 replies; 6+ messages in thread
From: Matthew Thode @ 2023-05-03 15:12 UTC (permalink / raw
To: gentoo-commits
commit: ff381842cb046f65b82d9ea62ffbae4ea50aa27d
Author: Matthew Thode <prometheanfire <AT> gentoo <DOT> org>
AuthorDate: Wed May 3 15:12:21 2023 +0000
Commit: Matthew Thode <prometheanfire <AT> gentoo <DOT> org>
CommitDate: Wed May 3 15:12:21 2023 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=ff381842
dev-python/misaka: enable py3.11
Signed-off-by: Matthew Thode <prometheanfire <AT> gentoo.org>
dev-python/misaka/misaka-2.1.1-r1.ebuild | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/dev-python/misaka/misaka-2.1.1-r1.ebuild b/dev-python/misaka/misaka-2.1.1-r1.ebuild
index a74258ab70ed..7a8f6b03444a 100644
--- a/dev-python/misaka/misaka-2.1.1-r1.ebuild
+++ b/dev-python/misaka/misaka-2.1.1-r1.ebuild
@@ -2,7 +2,7 @@
# Distributed under the terms of the GNU General Public License v2
EAPI=8
-PYTHON_COMPAT=( python3_{9..10} )
+PYTHON_COMPAT=( python3_{9..11} )
inherit distutils-r1
^ permalink raw reply related [flat|nested] 6+ messages in thread
end of thread, other threads:[~2023-05-03 15:12 UTC | newest]
Thread overview: 6+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2020-06-29 19:20 [gentoo-commits] repo/gentoo:master commit in: dev-python/misaka/ Aaron Bauman
-- strict thread matches above, loose matches on Subject: below --
2020-06-29 19:20 Aaron Bauman
2020-06-30 15:46 Matthew Thode
2021-02-22 23:50 Matthew Thode
2022-05-20 1:57 Matthew Thode
2023-05-03 15:12 Matthew Thode
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox