* [gentoo-commits] repo/proj/guru:master commit in: dev-python/markdownify/
@ 2022-06-20 7:42 Florian Schmaus
0 siblings, 0 replies; 4+ messages in thread
From: Florian Schmaus @ 2022-06-20 7:42 UTC (permalink / raw
To: gentoo-commits
commit: 54d4a85c58be9b13af2a20805eca820517fa92be
Author: Shaoyu Tseng <1over137 <AT> anche <DOT> no>
AuthorDate: Sun Jun 19 07:09:27 2022 +0000
Commit: Florian Schmaus <flow <AT> gentoo <DOT> org>
CommitDate: Sun Jun 19 07:09:27 2022 +0000
URL: https://gitweb.gentoo.org/repo/proj/guru.git/commit/?id=54d4a85c
dev-python/markdownify: fix tests
Signed-off-by: Shaoyu Tseng <1over137 <AT> anche.no>
dev-python/markdownify/markdownify-0.11.2.ebuild | 8 ++++----
dev-python/markdownify/metadata.xml | 2 +-
2 files changed, 5 insertions(+), 5 deletions(-)
diff --git a/dev-python/markdownify/markdownify-0.11.2.ebuild b/dev-python/markdownify/markdownify-0.11.2.ebuild
index 4f68333b9..4e106e934 100644
--- a/dev-python/markdownify/markdownify-0.11.2.ebuild
+++ b/dev-python/markdownify/markdownify-0.11.2.ebuild
@@ -14,16 +14,16 @@ BDEPEND="
dev-python/flake8[${PYTHON_USEDEP}]
"
RDEPEND="
- dev-python/six[${PYTHON_USEDEP}]
- dev-python/beautifulsoup4[${PYTHON_USEDEP}]
+ dev-python/six[${PYTHON_USEDEP}]
+ dev-python/beautifulsoup4[${PYTHON_USEDEP}]
"
LICENSE="MIT"
SLOT="0"
KEYWORDS="~amd64 ~arm ~arm64 ~x86"
python_install() {
- rm -r "${BUILD_DIR}"/lib/tests || die
- distutils-r1_python_install
+ rm -r "${BUILD_DIR}"/lib/tests || die
+ distutils-r1_python_install
}
distutils_enable_tests pytest
diff --git a/dev-python/markdownify/metadata.xml b/dev-python/markdownify/metadata.xml
index cd377fa3b..ae0ae2fac 100644
--- a/dev-python/markdownify/metadata.xml
+++ b/dev-python/markdownify/metadata.xml
@@ -6,7 +6,7 @@
<name>Shaoyu Tseng</name>
</maintainer>
<upstream>
- <remote-id type="pypi">markdownify</remote-id>
+ <remote-id type="pypi">markdownify</remote-id>
<remote-id type="github">matthewwithanm/python-markdownify</remote-id>
</upstream>
</pkgmetadata>
^ permalink raw reply related [flat|nested] 4+ messages in thread
* [gentoo-commits] repo/proj/guru:master commit in: dev-python/markdownify/
@ 2022-06-20 7:42 Florian Schmaus
0 siblings, 0 replies; 4+ messages in thread
From: Florian Schmaus @ 2022-06-20 7:42 UTC (permalink / raw
To: gentoo-commits
commit: 267205232acf643817c11f8138ff6b5695960c9d
Author: Shaoyu Tseng <1over137 <AT> anche <DOT> no>
AuthorDate: Sun Jun 19 07:03:06 2022 +0000
Commit: Florian Schmaus <flow <AT> gentoo <DOT> org>
CommitDate: Sun Jun 19 07:03:06 2022 +0000
URL: https://gitweb.gentoo.org/repo/proj/guru.git/commit/?id=26720523
dev-python/markdownify: initial import
Signed-off-by: Shaoyu Tseng <1over137 <AT> anche.no>
dev-python/markdownify/Manifest | 1 +
dev-python/markdownify/markdownify-0.11.2.ebuild | 29 ++++++++++++++++++++++++
dev-python/markdownify/metadata.xml | 12 ++++++++++
3 files changed, 42 insertions(+)
diff --git a/dev-python/markdownify/Manifest b/dev-python/markdownify/Manifest
new file mode 100644
index 000000000..38380c9db
--- /dev/null
+++ b/dev-python/markdownify/Manifest
@@ -0,0 +1 @@
+DIST markdownify-0.11.2.tar.gz 14175 BLAKE2B 5addd3acb21897bcab51d7f4da9c0ea69fb01ed839e02fba3f1f5c5d09e6b6639393f488063083ef6b1e8e08ae9ffb6b1e07792940776995a30d11a080baa9d4 SHA512 93c52eed7cc36f965a74470be33fc02a8fe7c760e76a786ccb7daf6638a1b6d18b22fe78fcd5b2d7af16752c5de5fb971f3716df94ae7e343c19072aa1ad68e9
diff --git a/dev-python/markdownify/markdownify-0.11.2.ebuild b/dev-python/markdownify/markdownify-0.11.2.ebuild
new file mode 100644
index 000000000..4f68333b9
--- /dev/null
+++ b/dev-python/markdownify/markdownify-0.11.2.ebuild
@@ -0,0 +1,29 @@
+# Copyright 2021 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=8
+
+PYTHON_COMPAT=( python3_{8..10} )
+inherit distutils-r1
+
+DESCRIPTION="Convert some HTML to Markdown"
+HOMEPAGE="https://github.com/matthewwithanm/python-markdownify https://pypi.org/project/markdownify/"
+SRC_URI="mirror://pypi/${P:0:1}/${PN}/${P}.tar.gz"
+
+BDEPEND="
+ dev-python/flake8[${PYTHON_USEDEP}]
+"
+RDEPEND="
+ dev-python/six[${PYTHON_USEDEP}]
+ dev-python/beautifulsoup4[${PYTHON_USEDEP}]
+"
+LICENSE="MIT"
+SLOT="0"
+KEYWORDS="~amd64 ~arm ~arm64 ~x86"
+
+python_install() {
+ rm -r "${BUILD_DIR}"/lib/tests || die
+ distutils-r1_python_install
+}
+
+distutils_enable_tests pytest
diff --git a/dev-python/markdownify/metadata.xml b/dev-python/markdownify/metadata.xml
new file mode 100644
index 000000000..cd377fa3b
--- /dev/null
+++ b/dev-python/markdownify/metadata.xml
@@ -0,0 +1,12 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<!DOCTYPE pkgmetadata SYSTEM 'http://www.gentoo.org/dtd/metadata.dtd'>
+<pkgmetadata>
+ <maintainer type="person">
+ <email>1over137@anche.no</email>
+ <name>Shaoyu Tseng</name>
+ </maintainer>
+ <upstream>
+ <remote-id type="pypi">markdownify</remote-id>
+ <remote-id type="github">matthewwithanm/python-markdownify</remote-id>
+ </upstream>
+</pkgmetadata>
^ permalink raw reply related [flat|nested] 4+ messages in thread
* [gentoo-commits] repo/proj/guru:master commit in: dev-python/markdownify/
@ 2022-09-08 10:24 Andrew Ammerlaan
0 siblings, 0 replies; 4+ messages in thread
From: Andrew Ammerlaan @ 2022-09-08 10:24 UTC (permalink / raw
To: gentoo-commits
commit: 7ef716f58af3d9224eee9a1397a1706e157d46e7
Author: Andrew Ammerlaan <andrewammerlaan <AT> gentoo <DOT> org>
AuthorDate: Thu Sep 8 10:08:24 2022 +0000
Commit: Andrew Ammerlaan <andrewammerlaan <AT> gentoo <DOT> org>
CommitDate: Thu Sep 8 10:08:24 2022 +0000
URL: https://gitweb.gentoo.org/repo/proj/guru.git/commit/?id=7ef716f5
dev-python/markdownify: fix identation
Signed-off-by: Andrew Ammerlaan <andrewammerlaan <AT> gentoo.org>
dev-python/markdownify/metadata.xml | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
diff --git a/dev-python/markdownify/metadata.xml b/dev-python/markdownify/metadata.xml
index ae0ae2fac..75f9a344f 100644
--- a/dev-python/markdownify/metadata.xml
+++ b/dev-python/markdownify/metadata.xml
@@ -6,7 +6,7 @@
<name>Shaoyu Tseng</name>
</maintainer>
<upstream>
- <remote-id type="pypi">markdownify</remote-id>
- <remote-id type="github">matthewwithanm/python-markdownify</remote-id>
+ <remote-id type="pypi">markdownify</remote-id>
+ <remote-id type="github">matthewwithanm/python-markdownify</remote-id>
</upstream>
</pkgmetadata>
^ permalink raw reply related [flat|nested] 4+ messages in thread
* [gentoo-commits] repo/proj/guru:master commit in: dev-python/markdownify/
@ 2023-12-31 15:40 David Roman
0 siblings, 0 replies; 4+ messages in thread
From: David Roman @ 2023-12-31 15:40 UTC (permalink / raw
To: gentoo-commits
commit: 86705d3a31e34aeea563bb054961c1164a3f69d6
Author: Julien Roy <julien <AT> jroy <DOT> ca>
AuthorDate: Sun Dec 31 00:47:58 2023 +0000
Commit: David Roman <davidroman96 <AT> gmail <DOT> com>
CommitDate: Sun Dec 31 00:47:58 2023 +0000
URL: https://gitweb.gentoo.org/repo/proj/guru.git/commit/?id=86705d3a
dev-python/markdownify: enable py3.12
Signed-off-by: Julien Roy <julien <AT> jroy.ca>
dev-python/markdownify/markdownify-0.11.6.ebuild | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
diff --git a/dev-python/markdownify/markdownify-0.11.6.ebuild b/dev-python/markdownify/markdownify-0.11.6.ebuild
index 089b945874..f30ecbc76c 100644
--- a/dev-python/markdownify/markdownify-0.11.6.ebuild
+++ b/dev-python/markdownify/markdownify-0.11.6.ebuild
@@ -1,9 +1,9 @@
-# Copyright 2021 Gentoo Authors
+# Copyright 2021-2023 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2
EAPI=8
-PYTHON_COMPAT=( python3_{10..11} )
+PYTHON_COMPAT=( python3_{10..12} )
DISTUTILS_USE_PEP517=setuptools
inherit distutils-r1 pypi
^ permalink raw reply related [flat|nested] 4+ messages in thread
end of thread, other threads:[~2023-12-31 15:40 UTC | newest]
Thread overview: 4+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2022-06-20 7:42 [gentoo-commits] repo/proj/guru:master commit in: dev-python/markdownify/ Florian Schmaus
-- strict thread matches above, loose matches on Subject: below --
2022-06-20 7:42 Florian Schmaus
2022-09-08 10:24 Andrew Ammerlaan
2023-12-31 15:40 David Roman
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox