summaryrefslogtreecommitdiff
path: root/dev-python/mdit-py-plugins
diff options
context:
space:
mode:
authorV3n3RiX <venerix@koprulu.sector>2023-04-05 11:25:00 +0100
committerV3n3RiX <venerix@koprulu.sector>2023-04-05 11:25:00 +0100
commitad77dc19e91d2c023f80e11e8974536d80e3a743 (patch)
tree42bb312ab0eb61fd94103e3eddb65b134f6be5a4 /dev-python/mdit-py-plugins
parent6de28447d66e6c47ee682740b840cdb67244d4b1 (diff)
gentoo auto-resync : 05:04:2023 - 11:25:00
Diffstat (limited to 'dev-python/mdit-py-plugins')
-rw-r--r--dev-python/mdit-py-plugins/Manifest4
-rw-r--r--dev-python/mdit-py-plugins/mdit-py-plugins-0.3.4.ebuild34
-rw-r--r--dev-python/mdit-py-plugins/mdit-py-plugins-0.3.5.ebuild2
3 files changed, 2 insertions, 38 deletions
diff --git a/dev-python/mdit-py-plugins/Manifest b/dev-python/mdit-py-plugins/Manifest
index 6b488a448cb6..aabe78a32d72 100644
--- a/dev-python/mdit-py-plugins/Manifest
+++ b/dev-python/mdit-py-plugins/Manifest
@@ -1,5 +1,3 @@
-DIST mdit-py-plugins-0.3.4.gh.tar.gz 59538 BLAKE2B 7046c2b8b5b117612a71c1a4894c7e3e49a161b5375fde13ec61c4a00c2bf5824505cb5639b70a3c58d7c9629e68bf794c950b5a28470392487965cd94f3e9a9 SHA512 e36b0ee0aca95d60c27a577e1c4bde9832d633ca84fb740f16a37dd63ece0a77005f8e3d03360ed0c92de57d3f656a8f76ab76642d8da3e5ac1d65384ee18d84
DIST mdit-py-plugins-0.3.5.gh.tar.gz 59757 BLAKE2B bad78ec811d238bafd83c9d1bbd6e0bcac3b70cd87f52b215966e836d4c2a35715804fa1c7d3671de81713c4e169ad4bb6d9dcdf741f617544772d06f8e3ae56 SHA512 6cb153d8ccff8fa3f94731606ad5dd1c06954d95519ac77b6de477e04b878f84fb059052906bdea5d798be3de49733a909cb553107255a61cde6dd1c6c72d4d2
-EBUILD mdit-py-plugins-0.3.4.ebuild 743 BLAKE2B 808462006e58a24015302df3a037075e497056d976b96cd5aeb9cb47630f6daa5b67f00dc79aceea3f0adc7dc48dfbbf9d6bc4238c22430be5791020bb4c1ccd SHA512 04d1abf207d4d145e2a90ee940a1b4b5242462df9820dc082ffc6a550173912f07a383e69be4a5d55de2943e864024c16346b3aa1cb14a98874f97a888ea9db9
-EBUILD mdit-py-plugins-0.3.5.ebuild 757 BLAKE2B d65d7d3fe6cd92c43de9bf8e9ca1e48fd52273f977602b9d08c457cad89296f213be3a337e5f5cafdaf9e7f368e29d4f8b70723bf3932a054fd625676715df30 SHA512 5d183cf379f2dad4745db0e8c9306630afb0b8edd8b9099f348a6f4aaefd8547bfa78d70a6ee76bd4e5605051662ff0e168fed074ebfdb4f04a00eca8d3632d8
+EBUILD mdit-py-plugins-0.3.5.ebuild 749 BLAKE2B fd20ff72b725da63e2f7e8aeed30a6235c38b6a2122809be3bc3adda718dd435b485275c3daebc2dfab73220e07c4a1e9ed79918eaa16688338b1ad9511c86e4 SHA512 28ab4365cfc11f7f8e398ccf25ebe9b9b2bcc6e7b9c5d6173e3ca0ac49bc7935eb81d5df345eec0e21eecbcc70228f565bf3e3e3bfb242ff1ce146b3d2569369
MISC metadata.xml 414 BLAKE2B b7b6cfc3dff5ca097543d0541b066c466669ea3d9193e10530e97f6992053bedb67badf78023b14893d779a1580eb3bb385d51affc5a0927d76f89ddeed1be24 SHA512 564918fba45aa79a7a05d532691fe15aaa61a0e16e6004d57875720a26fc13548d37793fbab83479d0fc8c70764b3f919430a9bd698c03c85bf9103b56355166
diff --git a/dev-python/mdit-py-plugins/mdit-py-plugins-0.3.4.ebuild b/dev-python/mdit-py-plugins/mdit-py-plugins-0.3.4.ebuild
deleted file mode 100644
index bd6bc670ff9c..000000000000
--- a/dev-python/mdit-py-plugins/mdit-py-plugins-0.3.4.ebuild
+++ /dev/null
@@ -1,34 +0,0 @@
-# Copyright 2022-2023 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=8
-
-DISTUTILS_USE_PEP517=flit
-PYTHON_COMPAT=( python3_{9..11} pypy3 )
-
-inherit distutils-r1
-
-DESCRIPTION="Collection of plugins for markdown-it-py"
-HOMEPAGE="
- https://pypi.org/project/mdit-py-plugins/
- https://github.com/executablebooks/mdit-py-plugins/
-"
-SRC_URI="
- https://github.com/executablebooks/mdit-py-plugins/archive/v${PV}.tar.gz
- -> ${P}.gh.tar.gz
-"
-
-LICENSE="MIT"
-SLOT="0"
-KEYWORDS="~alpha amd64 arm arm64 hppa ~ia64 ~m68k ppc ppc64 ~riscv ~s390 sparc x86"
-
-RDEPEND="
- dev-python/markdown-it-py[${PYTHON_USEDEP}]
-"
-BDEPEND="
- test? (
- dev-python/pytest-regressions[${PYTHON_USEDEP}]
- )
-"
-
-distutils_enable_tests pytest
diff --git a/dev-python/mdit-py-plugins/mdit-py-plugins-0.3.5.ebuild b/dev-python/mdit-py-plugins/mdit-py-plugins-0.3.5.ebuild
index 32ac6c924723..c829a4efd97f 100644
--- a/dev-python/mdit-py-plugins/mdit-py-plugins-0.3.5.ebuild
+++ b/dev-python/mdit-py-plugins/mdit-py-plugins-0.3.5.ebuild
@@ -20,7 +20,7 @@ SRC_URI="
LICENSE="MIT"
SLOT="0"
-KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~m68k ~mips ~ppc ~ppc64 ~riscv ~s390 ~sparc ~x86"
+KEYWORDS="~alpha amd64 arm arm64 hppa ~ia64 ~m68k ~mips ppc ppc64 ~riscv ~s390 sparc x86"
RDEPEND="
dev-python/markdown-it-py[${PYTHON_USEDEP}]