summaryrefslogtreecommitdiff
path: root/dev-python/coreschema
diff options
context:
space:
mode:
authorLiguros - Gitlab CI/CD [develop] <gitlab@liguros.net>2021-07-08 13:38:34 +0000
committerLiguros - Gitlab CI/CD [develop] <gitlab@liguros.net>2021-07-08 13:38:34 +0000
commit2c01663ba548fd1cfc6d2b376239b33bc22a77e8 (patch)
tree34da697de8efe7255951f722bb2c26f99ea36579 /dev-python/coreschema
parent3c9663d2c12a92216b08bc108e6dce4d7166ccdc (diff)
downloadbaldeagleos-repo-2c01663ba548fd1cfc6d2b376239b33bc22a77e8.tar.gz
baldeagleos-repo-2c01663ba548fd1cfc6d2b376239b33bc22a77e8.tar.xz
baldeagleos-repo-2c01663ba548fd1cfc6d2b376239b33bc22a77e8.zip
Adding metadata
Diffstat (limited to 'dev-python/coreschema')
-rw-r--r--dev-python/coreschema/Manifest2
-rw-r--r--dev-python/coreschema/coreschema-0.0.4.ebuild15
-rw-r--r--dev-python/coreschema/metadata.xml4
3 files changed, 14 insertions, 7 deletions
diff --git a/dev-python/coreschema/Manifest b/dev-python/coreschema/Manifest
index 49890493f062..dde371908d51 100644
--- a/dev-python/coreschema/Manifest
+++ b/dev-python/coreschema/Manifest
@@ -1 +1 @@
-DIST coreschema-0.0.4.tar.gz 10974 BLAKE2B 8bddafea9eb82140cdf2b2cd40ffc31dd4a0457f8ca216986807657a5021f7a4319f1e3db27caf7d471f8617f6f0c3a6d79ebfe7e0285bc9a6627f93d6efa760 SHA512 21a35b29cd0bb96dacaeeb0bd0faaaa4ee8875bf9639b431b59f17c41ee4829173932a6b35760caa3b46a0ec39ca173fe896b26b740fe97df36943270bc2bd3d
+DIST python-coreschema-0.0.4.tar.gz 21905 BLAKE2B 1afe09038761809fa0e12d13fb89884760d4aff325a4bbdac104c03648856f8d50b562fc00a8509fcc75f962918f33d89017fae0a6d0335def4d6b77ee9aacd9 SHA512 28badbae07284fb4dbd3f01f613edda1202902115fb166bd95bbac549d398c9e02548b473524d3b530a42319a99d7e55e92bf54269827a9812249cfb285670c3
diff --git a/dev-python/coreschema/coreschema-0.0.4.ebuild b/dev-python/coreschema/coreschema-0.0.4.ebuild
index b9975d6ed70a..2594808d9906 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
+EAPI=8
PYTHON_COMPAT=( python3_{6,7,8,9,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 f20c3639a68a..414e7306dcb1 100644
--- a/dev-python/coreschema/metadata.xml
+++ b/dev-python/coreschema/metadata.xml
@@ -1,6 +1,10 @@
<?xml version="1.0" encoding="UTF-8"?>
<!DOCTYPE pkgmetadata SYSTEM "https://liguros.gitlab.io/dtd/metadata.dtd">
<pkgmetadata>
+ <maintainer type="project">
+ <email>python@gentoo.org</email>
+ <name>Python</name>
+ </maintainer>
<upstream>
<remote-id type="pypi">coreschema</remote-id>
</upstream>