summaryrefslogtreecommitdiff
path: root/dev-python/commonmark
diff options
context:
space:
mode:
authorV3n3RiX <venerix@koprulu.sector>2022-06-29 12:04:12 +0100
committerV3n3RiX <venerix@koprulu.sector>2022-06-29 12:04:12 +0100
commit0f558761aa2dee1017b4751e4017205e015a9560 (patch)
tree037df795519468a25d9362b4e95cdaeb84eb1cf9 /dev-python/commonmark
parent752d6256e5204b958b0ef7905675a940b5e9172f (diff)
gentoo resync : 29.12.2022
Diffstat (limited to 'dev-python/commonmark')
-rw-r--r--dev-python/commonmark/Manifest5
-rw-r--r--dev-python/commonmark/commonmark-0.9.1-r1.ebuild2
-rw-r--r--dev-python/commonmark/commonmark-0.9.1.ebuild44
-rw-r--r--dev-python/commonmark/metadata.xml1
4 files changed, 4 insertions, 48 deletions
diff --git a/dev-python/commonmark/Manifest b/dev-python/commonmark/Manifest
index 5ad24c5d3e5a..592ee5f590d0 100644
--- a/dev-python/commonmark/Manifest
+++ b/dev-python/commonmark/Manifest
@@ -1,4 +1,3 @@
DIST commonmark-0.9.1.tar.gz 95764 BLAKE2B 1f61de784c5cf03aa5255f5fae18c48df30aab8ef135ccf85a0b7a14cfc64275476458fc0853ecfc9beee96daca31d5cccb30d218f7d5b5343844e57aa7a77ec SHA512 bacf5ef387a0c330a2128f42c42c29c1a48ae623683e6e56ad28a1621aabd72e29cd3e2d661e8207b8cc0c347d267f262a55f2145fc58f8c8aeff91e7a283324
-EBUILD commonmark-0.9.1-r1.ebuild 1115 BLAKE2B cd6f9e06d76496fe06d516479ba0877bc754ab86f7a730187deac91b84f6658c9841f86e00bc72bd555fed2870deb6e0cd34e4453389998c600ebc4e4bc95964 SHA512 47db8680326d1020e2987c322c5dc4bf9a0f4f0c9ad3b8a77374f9347f7df5179528ca7f8d10dfed05ef31bd0f8c481448ef89719527c211c4ca89e82a1941ed
-EBUILD commonmark-0.9.1.ebuild 1070 BLAKE2B 8053589cc826d8a8ceffab7101c6bf3a11af6a48ad83ca96c64e4ef2fded36c6ab076f13c82f58229ce8a069a5429b7fc6c4408683f47b0a67b222a47454bdbb SHA512 21bd7353a249956679a6b4ea41a91b51980b92bbfca2760fd5b372228d7d60a92d26ca3b12510d00a228bc64fde270c9fc83d46e4627390df9762963332d847a
-MISC metadata.xml 764 BLAKE2B 4cac2589118c2b971450bf7aaffb1acc288de1d5d7f34760eb49a2ccccb531e35cb2c8719ca81c49dae3221271d7340b1f238cf1cba20c35c9708438b68c4074 SHA512 9f2223a67f87c806f7beffb03454790ec828975d7bf58e5753733090713869fd10584c84c43db988b6d02eb1210c14239dec433a16353b530f128b3c31c7be0d
+EBUILD commonmark-0.9.1-r1.ebuild 1107 BLAKE2B 3516e67b3412d26522e455801198b806924e44acb240f628dc01fc15b9f8d934e0f76bb488d473429716bda8c92bb29559abd2057fdd86c6815d877288f56032 SHA512 03af932274288c647404f045baaf32eee86939bff7667a6ac90ee9dbf6afd6538aa983f0582b6b38a8e5fc6e3786d659632a357fff0d3808d040933489adb9a1
+MISC metadata.xml 789 BLAKE2B 284f31d9db570e7f0048992699ec7346d5b757bcf84ad032b2416a005653900c2a360518b6e9b3c9161d83267385259ba154ef2da5172752fb10bbff669cb8ee SHA512 aab165078ec84944fcf258b9ff9ba7187bbfc775af417687fb68eb65b8d4fd1d5b09db43cbc021cb5715dd2a9da399764687a7b1444736bd88ca995efa3eeaf6
diff --git a/dev-python/commonmark/commonmark-0.9.1-r1.ebuild b/dev-python/commonmark/commonmark-0.9.1-r1.ebuild
index 331381d72437..7db774f1beef 100644
--- a/dev-python/commonmark/commonmark-0.9.1-r1.ebuild
+++ b/dev-python/commonmark/commonmark-0.9.1-r1.ebuild
@@ -17,7 +17,7 @@ SRC_URI="mirror://pypi/${PN:0:1}/${PN}/${P}.tar.gz"
LICENSE="BSD"
SLOT="0"
-KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~loong ~m68k ~mips ~ppc ~ppc64 ~riscv ~s390 ~sparc ~x86 ~amd64-linux ~x86-linux"
+KEYWORDS="~alpha amd64 arm arm64 hppa ~ia64 ~loong ~m68k ~mips ppc ppc64 ~riscv ~s390 sparc x86 ~amd64-linux ~x86-linux"
IUSE="test"
RESTRICT="!test? ( test )"
diff --git a/dev-python/commonmark/commonmark-0.9.1.ebuild b/dev-python/commonmark/commonmark-0.9.1.ebuild
deleted file mode 100644
index ca4e537ead12..000000000000
--- a/dev-python/commonmark/commonmark-0.9.1.ebuild
+++ /dev/null
@@ -1,44 +0,0 @@
-# Copyright 1999-2022 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=7
-
-PYTHON_COMPAT=( python3_{8..10} pypy3 )
-inherit distutils-r1
-
-DESCRIPTION="Python parser for the CommonMark Markdown spec"
-HOMEPAGE="
- https://pypi.org/project/commonmark/
- https://github.com/readthedocs/commonmark.py/"
-SRC_URI="mirror://pypi/${PN:0:1}/${PN}/${P}.tar.gz"
-
-LICENSE="BSD"
-SLOT="0"
-KEYWORDS="~alpha amd64 arm arm64 hppa ~ia64 ~loong ~m68k ~mips ppc ppc64 ~riscv ~s390 sparc x86 ~amd64-linux ~x86-linux"
-IUSE="test"
-RESTRICT="!test? ( test )"
-
-BDEPEND="
- test? (
- >=dev-python/hypothesis-3.7.1[${PYTHON_USEDEP}]
- )
-"
-
-distutils_enable_tests setup.py
-
-src_test() {
- local -x PYTHONIOENCODING='utf8'
- distutils-r1_src_test
-}
-
-src_prepare() {
- default
- # Fix file collision with app-text/cmark, see bug #627034
- sed -i -e "s:'cmark\( = commonmark.cmark\:main'\):'cmark.py\1:" \
- setup.py || die
-}
-
-pkg_postinst() {
- ewarn "/usr/bin/cmark has been renamed to /usr/bin/cmark.py due file"
- ewarn "collision with app-text/cmark (see bug #627034)"
-}
diff --git a/dev-python/commonmark/metadata.xml b/dev-python/commonmark/metadata.xml
index 321cd37e5dcd..0bc252d05932 100644
--- a/dev-python/commonmark/metadata.xml
+++ b/dev-python/commonmark/metadata.xml
@@ -12,6 +12,7 @@
are stable we will release the first 1.0 version and attempt to
keep up to date with changes in commonmark.js.
</longdescription>
+ <stabilize-allarches/>
<upstream>
<remote-id type="pypi">commonmark</remote-id>
<remote-id type="github">readthedocs/commonmark.py</remote-id>