summaryrefslogtreecommitdiff
path: root/dev-python/coreschema
diff options
context:
space:
mode:
authorV3n3RiX <venerix@redcorelinux.org>2021-07-08 15:03:58 +0100
committerV3n3RiX <venerix@redcorelinux.org>2021-07-08 15:03:58 +0100
commit814f4cf860e299a046b649eaee5463427984c09c (patch)
tree74c45f097899310e599dad6b8df5b63e0f085bc0 /dev-python/coreschema
parent7f0ccc917c7abe6223784c703d86cd14755691fb (diff)
gentoo resync : 08.07.2021
Diffstat (limited to 'dev-python/coreschema')
-rw-r--r--dev-python/coreschema/Manifest6
-rw-r--r--dev-python/coreschema/coreschema-0.0.4.ebuild17
-rw-r--r--dev-python/coreschema/metadata.xml5
3 files changed, 17 insertions, 11 deletions
diff --git a/dev-python/coreschema/Manifest b/dev-python/coreschema/Manifest
index 6c0d975d662f..2533ccdb20e1 100644
--- a/dev-python/coreschema/Manifest
+++ b/dev-python/coreschema/Manifest
@@ -1,3 +1,3 @@
-DIST coreschema-0.0.4.tar.gz 10974 BLAKE2B 8bddafea9eb82140cdf2b2cd40ffc31dd4a0457f8ca216986807657a5021f7a4319f1e3db27caf7d471f8617f6f0c3a6d79ebfe7e0285bc9a6627f93d6efa760 SHA512 21a35b29cd0bb96dacaeeb0bd0faaaa4ee8875bf9639b431b59f17c41ee4829173932a6b35760caa3b46a0ec39ca173fe896b26b740fe97df36943270bc2bd3d
-EBUILD coreschema-0.0.4.ebuild 453 BLAKE2B 5ae30ad10a930c2df442ea0e71f8286a47029eb557960a1100e26d9483d6c1a65ec98b030460d7ec5a45a35c3e57b88c8e86f4646bd1e3f654353b61e914e23a SHA512 ee59307fbf36fc6e5eb5984b24574b1ffa117e1bc77687d616a5638a0c10b71a93d108a5166846cf5faa51ddd712338cd3ef32aa94e843429b6fb06564c5779f
-MISC metadata.xml 240 BLAKE2B a2806f88669f4b5790c0e506e7058c07c9f37f009398eb9361868a3e001b7b2b4972f49b4b602469ce05d36e325b0248ebec5151edaf7c39e76bb4ee94f2bce4 SHA512 cf78189db887ce6ac5c7ba16299153ac9368dff4206421313c49bb97c833b7e93467e587e322b5c2bc524648c5c0e9864f32c508ace711bc64bf1c637c62fe8d
+DIST python-coreschema-0.0.4.tar.gz 21905 BLAKE2B 1afe09038761809fa0e12d13fb89884760d4aff325a4bbdac104c03648856f8d50b562fc00a8509fcc75f962918f33d89017fae0a6d0335def4d6b77ee9aacd9 SHA512 28badbae07284fb4dbd3f01f613edda1202902115fb166bd95bbac549d398c9e02548b473524d3b530a42319a99d7e55e92bf54269827a9812249cfb285670c3
+EBUILD coreschema-0.0.4.ebuild 508 BLAKE2B c83350a487bbd5ca064d6e62220b6578f5f6e561dbff7f59c3ed1675304c911e3b0c0fb34d02dd91d3fc0ddbb66053734d0ac14dc0a7260c7ed471bb18ef0ccd SHA512 c9bcc681aedb67c8e986758d626577bdc92a93bd9b149cd06e6e8130fe1a5473f5e07d67ad0f165380e63095068e6f25a88d7dae2592a19814319511227fc526
+MISC metadata.xml 313 BLAKE2B 70878bea0c4528cf3b4af0710e5ece8585df3403d5d41247c51aef391b48986ac845e4dfd8879f56df309d318b701d83706a454c87b4636386bad5314267e844 SHA512 bfa1e0de9caf7ee1bb67b77a2a428cd58f9bcf3c2c7abd65bc8a33314232d8ab631cc8a1c8cb3956ef66cda9d82f0cb34f98159532430797df01699ae77f7593
diff --git a/dev-python/coreschema/coreschema-0.0.4.ebuild b/dev-python/coreschema/coreschema-0.0.4.ebuild
index c9e4efbc99e9..a4c0e7af886b 100644
--- a/dev-python/coreschema/coreschema-0.0.4.ebuild
+++ b/dev-python/coreschema/coreschema-0.0.4.ebuild
@@ -1,20 +1,23 @@
-# Copyright 1999-2020 Gentoo Authors
+# Copyright 1999-2021 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2
-EAPI=7
-
-PYTHON_COMPAT=( python3_{7..9} )
+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="mirror://pypi/${PN:0:1}/${PN}/${P}.tar.gz"
+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}]"
-DEPEND="${RDEPEND}
- dev-python/setuptools[${PYTHON_USEDEP}]"
+
+distutils_enable_tests pytest
diff --git a/dev-python/coreschema/metadata.xml b/dev-python/coreschema/metadata.xml
index d45b55897acd..96dce88db220 100644
--- a/dev-python/coreschema/metadata.xml
+++ b/dev-python/coreschema/metadata.xml
@@ -1,7 +1,10 @@
<?xml version="1.0" encoding="UTF-8"?>
<!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd">
<pkgmetadata>
- <!-- maintainer-needed -->
+ <maintainer type="project">
+ <email>python@gentoo.org</email>
+ <name>Python</name>
+ </maintainer>
<upstream>
<remote-id type="pypi">coreschema</remote-id>
</upstream>