summaryrefslogtreecommitdiff
path: root/dev-python/coreschema
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/coreschema
parent752d6256e5204b958b0ef7905675a940b5e9172f (diff)
gentoo resync : 29.12.2022
Diffstat (limited to 'dev-python/coreschema')
-rw-r--r--dev-python/coreschema/Manifest3
-rw-r--r--dev-python/coreschema/coreschema-0.0.4-r1.ebuild2
-rw-r--r--dev-python/coreschema/coreschema-0.0.4.ebuild23
3 files changed, 2 insertions, 26 deletions
diff --git a/dev-python/coreschema/Manifest b/dev-python/coreschema/Manifest
index 0c5ba5c535aa..2def98d31584 100644
--- a/dev-python/coreschema/Manifest
+++ b/dev-python/coreschema/Manifest
@@ -1,4 +1,3 @@
DIST python-coreschema-0.0.4.tar.gz 21905 BLAKE2B 1afe09038761809fa0e12d13fb89884760d4aff325a4bbdac104c03648856f8d50b562fc00a8509fcc75f962918f33d89017fae0a6d0335def4d6b77ee9aacd9 SHA512 28badbae07284fb4dbd3f01f613edda1202902115fb166bd95bbac549d398c9e02548b473524d3b530a42319a99d7e55e92bf54269827a9812249cfb285670c3
-EBUILD coreschema-0.0.4-r1.ebuild 550 BLAKE2B 721e70d1143face0d0f4fb8039c849ad6e83186ee8c5232c031300ca0936cf2ebc68fe0029c3754cf849b45760e8deab80869f6a653fe1d292cb352ffa9a50e0 SHA512 b5c640340545d6e202bea2a7c88fb732a50310716f13363979a0ee6965695477ed640aa3dad6abd7f9583b03c72b3c62f0e91694be967589f249706fc557422e
-EBUILD coreschema-0.0.4.ebuild 508 BLAKE2B c83350a487bbd5ca064d6e62220b6578f5f6e561dbff7f59c3ed1675304c911e3b0c0fb34d02dd91d3fc0ddbb66053734d0ac14dc0a7260c7ed471bb18ef0ccd SHA512 c9bcc681aedb67c8e986758d626577bdc92a93bd9b149cd06e6e8130fe1a5473f5e07d67ad0f165380e63095068e6f25a88d7dae2592a19814319511227fc526
+EBUILD coreschema-0.0.4-r1.ebuild 550 BLAKE2B e98fa7914c556079043f345cca4076c3749f4f1009517a3bbb4775abb869fdc22ab8227c92329f093b05b159cf9249edb5fc9828f8ea4df1c0fe19ed8bd22059 SHA512 d6d4a2aae27895bb664fbb6b985d13305808ff891d5b1349567b70edb8fc2a89a1c71dd2fe08b85a6c2df2c6685eceecfaf85e400ff8d9d7bd8a5c6dff2bb84b
MISC metadata.xml 314 BLAKE2B 38f8027c2d6059bff47550f12813462ecb1219f334591bc6d0c49118edf10c850c5b67765c3c89a35dc875751aac63322fc10ba270d9ff9654efcc91d18972ab SHA512 38093041851f7063c9346e56bd3633a84546f9fb6602ce7aa775ad2fe0fd4818eac5cb321e936aae9ea1c7ad7bdd85c7b4d784724d18966962362e37df10c2f7
diff --git a/dev-python/coreschema/coreschema-0.0.4-r1.ebuild b/dev-python/coreschema/coreschema-0.0.4-r1.ebuild
index 3236b029d8a7..2491132141bd 100644
--- a/dev-python/coreschema/coreschema-0.0.4-r1.ebuild
+++ b/dev-python/coreschema/coreschema-0.0.4-r1.ebuild
@@ -4,7 +4,7 @@
EAPI=8
DISTUTILS_USE_PEP517=setuptools
-PYTHON_COMPAT=( python3_{8..10} )
+PYTHON_COMPAT=( python3_{8..11} )
inherit distutils-r1
diff --git a/dev-python/coreschema/coreschema-0.0.4.ebuild b/dev-python/coreschema/coreschema-0.0.4.ebuild
deleted file mode 100644
index a4c0e7af886b..000000000000
--- a/dev-python/coreschema/coreschema-0.0.4.ebuild
+++ /dev/null
@@ -1,23 +0,0 @@
-# Copyright 1999-2021 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=8
-
-PYTHON_COMPAT=( python3_{8..10} )
-inherit distutils-r1
-
-MY_P=python-${P}
-DESCRIPTION="Core Schema"
-HOMEPAGE="https://github.com/core-api/python-coreschema"
-SRC_URI="
- https://github.com/core-api/python-coreschema/archive/${PV}.tar.gz
- -> ${MY_P}.tar.gz"
-S=${WORKDIR}/${MY_P}
-
-LICENSE="BSD"
-SLOT="0"
-KEYWORDS="~amd64"
-
-RDEPEND="dev-python/jinja[${PYTHON_USEDEP}]"
-
-distutils_enable_tests pytest