summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorRepository mirror & CI <repomirrorci@gentoo.org>2022-12-06 15:16:44 +0000
committerRepository mirror & CI <repomirrorci@gentoo.org>2022-12-06 15:16:44 +0000
commit81810ee4660ca8200370d6ed08d2f38eb4a9a104 (patch)
tree9d90713582d293c5087602d975a9e5642914f1b6
parent2022-12-06 15:01:54 UTC (diff)
parentdev-python/canonicaljson: Remove old (diff)
downloadgentoo-81810ee4660ca8200370d6ed08d2f38eb4a9a104.tar.gz
gentoo-81810ee4660ca8200370d6ed08d2f38eb4a9a104.tar.bz2
gentoo-81810ee4660ca8200370d6ed08d2f38eb4a9a104.zip
Merge updates from master
-rw-r--r--dev-python/canonicaljson/Manifest1
-rw-r--r--dev-python/canonicaljson/canonicaljson-1.6.3.ebuild29
2 files changed, 0 insertions, 30 deletions
diff --git a/dev-python/canonicaljson/Manifest b/dev-python/canonicaljson/Manifest
index d6441fc9ba93..46dfabe7e67f 100644
--- a/dev-python/canonicaljson/Manifest
+++ b/dev-python/canonicaljson/Manifest
@@ -1,2 +1 @@
-DIST canonicaljson-1.6.3.gh.tar.gz 10400 BLAKE2B 9d97ad9f8c0803fdfd1f4d2f85291fb175d19be23fb9c3bdf717030b9dae30f810329118c484cdf9dab5d77f01ea41b08653559fa188c90305126bdf3f4e5f9d SHA512 4b2cb7524425b8a4dde2359273f60110ca01081d31b0add158f106ff1f8874366978d6a15baed53a948503d4013b87a0b75ad7f6e8ea6ce42f3f9fc95672280f
DIST canonicaljson-1.6.4.gh.tar.gz 10408 BLAKE2B 4d55bb90cd4bbd5e019ffd0d505651c99dc6b296e9c0a52582265438586890cd6b663116ba0b66807b7a665c54eea001e039ca86c2fef9175b72a318a11a79a7 SHA512 7be1300c17d51f917b1e81931f6d0dd681b1eef9b7f4e82ba3ae683609d74fd924eb3a832c8261611f556c190329748966bf15abe34bc1d22f2ecdf29372b560
diff --git a/dev-python/canonicaljson/canonicaljson-1.6.3.ebuild b/dev-python/canonicaljson/canonicaljson-1.6.3.ebuild
deleted file mode 100644
index ef2341b08bb7..000000000000
--- a/dev-python/canonicaljson/canonicaljson-1.6.3.ebuild
+++ /dev/null
@@ -1,29 +0,0 @@
-# Copyright 2022 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=8
-
-DISTUTILS_USE_PEP517=setuptools
-PYTHON_COMPAT=( python3_{9..11} )
-
-inherit distutils-r1
-
-DESCRIPTION="Canonical JSON"
-HOMEPAGE="
- https://github.com/matrix-org/python-canonicaljson/
- https://pypi.org/project/canonicaljson/
-"
-SRC_URI="
- https://github.com/matrix-org/python-canonicaljson/archive/v${PV}.tar.gz
- -> ${P}.gh.tar.gz
-"
-
-S="${WORKDIR}/python-${P}"
-
-LICENSE="Apache-2.0"
-SLOT="0"
-KEYWORDS="amd64 ~ppc64"
-
-RDEPEND="dev-python/simplejson[${PYTHON_USEDEP}]"
-
-distutils_enable_tests unittest