* [gentoo-commits] repo/gentoo:master commit in: dev-python/coreschema/
@ 2019-03-18 23:02 William Hubbs
0 siblings, 0 replies; 15+ messages in thread
From: William Hubbs @ 2019-03-18 23:02 UTC (permalink / raw
To: gentoo-commits
commit: cdcaff4bf574329f0df0d6009c18bc1449252155
Author: William Hubbs <william.hubbs <AT> sony <DOT> com>
AuthorDate: Mon Mar 18 22:43:48 2019 +0000
Commit: William Hubbs <williamh <AT> gentoo <DOT> org>
CommitDate: Mon Mar 18 23:01:28 2019 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=cdcaff4b
dev-python/coreschema: Core Schema
Copyright: Sony Interactive Entertainment Inc.
Package-Manager: Portage-2.3.62, Repoman-2.3.12
Signed-off-by: William Hubbs <williamh <AT> gentoo.org>
dev-python/coreschema/Manifest | 1 +
dev-python/coreschema/coreschema-0.0.4.ebuild | 19 +++++++++++++++++++
dev-python/coreschema/metadata.xml | 8 ++++++++
3 files changed, 28 insertions(+)
diff --git a/dev-python/coreschema/Manifest b/dev-python/coreschema/Manifest
new file mode 100644
index 00000000000..49890493f06
--- /dev/null
+++ b/dev-python/coreschema/Manifest
@@ -0,0 +1 @@
+DIST coreschema-0.0.4.tar.gz 10974 BLAKE2B 8bddafea9eb82140cdf2b2cd40ffc31dd4a0457f8ca216986807657a5021f7a4319f1e3db27caf7d471f8617f6f0c3a6d79ebfe7e0285bc9a6627f93d6efa760 SHA512 21a35b29cd0bb96dacaeeb0bd0faaaa4ee8875bf9639b431b59f17c41ee4829173932a6b35760caa3b46a0ec39ca173fe896b26b740fe97df36943270bc2bd3d
diff --git a/dev-python/coreschema/coreschema-0.0.4.ebuild b/dev-python/coreschema/coreschema-0.0.4.ebuild
new file mode 100644
index 00000000000..c3812509b80
--- /dev/null
+++ b/dev-python/coreschema/coreschema-0.0.4.ebuild
@@ -0,0 +1,19 @@
+# Copyright 1999-2019 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=7
+
+PYTHON_COMPAT=( python2_7 python3_6 )
+inherit distutils-r1
+
+DESCRIPTION="Core Schema"
+HOMEPAGE="https://github.com/core-api/python-coreschema"
+SRC_URI="mirror://pypi/${PN:0:1}/${PN}/${P}.tar.gz"
+
+LICENSE="BSD"
+SLOT="0"
+KEYWORDS="~amd64"
+
+RDEPEND="dev-python/jinja[${PYTHON_USEDEP}]"
+DEPEND="${RDEPEND}
+ dev-python/setuptools[${PYTHON_USEDEP}]"
diff --git a/dev-python/coreschema/metadata.xml b/dev-python/coreschema/metadata.xml
new file mode 100644
index 00000000000..c36c37139fa
--- /dev/null
+++ b/dev-python/coreschema/metadata.xml
@@ -0,0 +1,8 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd">
+<pkgmetadata>
+ <maintainer type="person">
+ <email>williamh@gentoo.org</email>
+ <name>William Hubbs</name>
+ </maintainer>
+</pkgmetadata>
^ permalink raw reply related [flat|nested] 15+ messages in thread
* [gentoo-commits] repo/gentoo:master commit in: dev-python/coreschema/
@ 2020-01-26 19:37 William Hubbs
0 siblings, 0 replies; 15+ messages in thread
From: William Hubbs @ 2020-01-26 19:37 UTC (permalink / raw
To: gentoo-commits
commit: 044b7f9af1a6a91b688b246ed4c7f8766bff7413
Author: William Hubbs <williamh <AT> gentoo <DOT> org>
AuthorDate: Sun Jan 26 19:35:12 2020 +0000
Commit: William Hubbs <williamh <AT> gentoo <DOT> org>
CommitDate: Sun Jan 26 19:35:12 2020 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=044b7f9a
dev-python/coreschema: add python3_7
Signed-off-by: William Hubbs <williamh <AT> gentoo.org>
dev-python/coreschema/coreschema-0.0.4.ebuild | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
diff --git a/dev-python/coreschema/coreschema-0.0.4.ebuild b/dev-python/coreschema/coreschema-0.0.4.ebuild
index c3812509b80..33400855ff2 100644
--- a/dev-python/coreschema/coreschema-0.0.4.ebuild
+++ b/dev-python/coreschema/coreschema-0.0.4.ebuild
@@ -1,9 +1,9 @@
-# Copyright 1999-2019 Gentoo Authors
+# Copyright 1999-2020 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2
EAPI=7
-PYTHON_COMPAT=( python2_7 python3_6 )
+PYTHON_COMPAT=( python2_7 python3_6 python3_7 )
inherit distutils-r1
DESCRIPTION="Core Schema"
^ permalink raw reply related [flat|nested] 15+ messages in thread
* [gentoo-commits] repo/gentoo:master commit in: dev-python/coreschema/
@ 2020-02-04 19:47 Michał Górny
0 siblings, 0 replies; 15+ messages in thread
From: Michał Górny @ 2020-02-04 19:47 UTC (permalink / raw
To: gentoo-commits
commit: e67c3cfd7fec3659cf2a17074c96335050bd20bc
Author: Michał Górny <mgorny <AT> gentoo <DOT> org>
AuthorDate: Tue Feb 4 19:28:27 2020 +0000
Commit: Michał Górny <mgorny <AT> gentoo <DOT> org>
CommitDate: Tue Feb 4 19:47:16 2020 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=e67c3cfd
dev-python/coreschema: Remove py2
Signed-off-by: Michał Górny <mgorny <AT> gentoo.org>
dev-python/coreschema/coreschema-0.0.4.ebuild | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/dev-python/coreschema/coreschema-0.0.4.ebuild b/dev-python/coreschema/coreschema-0.0.4.ebuild
index 33400855ff2..f402f85a12d 100644
--- a/dev-python/coreschema/coreschema-0.0.4.ebuild
+++ b/dev-python/coreschema/coreschema-0.0.4.ebuild
@@ -3,7 +3,7 @@
EAPI=7
-PYTHON_COMPAT=( python2_7 python3_6 python3_7 )
+PYTHON_COMPAT=( python3_6 python3_7 )
inherit distutils-r1
DESCRIPTION="Core Schema"
^ permalink raw reply related [flat|nested] 15+ messages in thread
* [gentoo-commits] repo/gentoo:master commit in: dev-python/coreschema/
@ 2020-12-02 22:29 Aaron Bauman
0 siblings, 0 replies; 15+ messages in thread
From: Aaron Bauman @ 2020-12-02 22:29 UTC (permalink / raw
To: gentoo-commits
commit: 483ba758d9dd9912e30654196efd7baef36eb051
Author: Aaron Bauman <bman <AT> gentoo <DOT> org>
AuthorDate: Wed Dec 2 22:28:20 2020 +0000
Commit: Aaron Bauman <bman <AT> gentoo <DOT> org>
CommitDate: Wed Dec 2 22:29:01 2020 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=483ba758
dev-python/coreschema: add py3_{8,9}
Signed-off-by: Aaron Bauman <bman <AT> gentoo.org>
dev-python/coreschema/coreschema-0.0.4.ebuild | 3 ++-
1 file changed, 2 insertions(+), 1 deletion(-)
diff --git a/dev-python/coreschema/coreschema-0.0.4.ebuild b/dev-python/coreschema/coreschema-0.0.4.ebuild
index f402f85a12d..ba5eb3d7d97 100644
--- a/dev-python/coreschema/coreschema-0.0.4.ebuild
+++ b/dev-python/coreschema/coreschema-0.0.4.ebuild
@@ -3,7 +3,8 @@
EAPI=7
-PYTHON_COMPAT=( python3_6 python3_7 )
+PYTHON_COMPAT=( python3_{6..9} )
+
inherit distutils-r1
DESCRIPTION="Core Schema"
^ permalink raw reply related [flat|nested] 15+ messages in thread
* [gentoo-commits] repo/gentoo:master commit in: dev-python/coreschema/
@ 2021-05-16 16:50 William Hubbs
0 siblings, 0 replies; 15+ messages in thread
From: William Hubbs @ 2021-05-16 16:50 UTC (permalink / raw
To: gentoo-commits
commit: ba5841b6088bd6464594225508085cd9fb2f4529
Author: William Hubbs <williamh <AT> gentoo <DOT> org>
AuthorDate: Sun May 16 16:49:47 2021 +0000
Commit: William Hubbs <williamh <AT> gentoo <DOT> org>
CommitDate: Sun May 16 16:49:47 2021 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=ba5841b6
dev-python/coreschema: remove myself from maintainers
Package-Manager: Portage-3.0.18, Repoman-3.0.2
Signed-off-by: William Hubbs <williamh <AT> gentoo.org>
dev-python/coreschema/metadata.xml | 5 +----
1 file changed, 1 insertion(+), 4 deletions(-)
diff --git a/dev-python/coreschema/metadata.xml b/dev-python/coreschema/metadata.xml
index 187eee7c789..d45b55897ac 100644
--- a/dev-python/coreschema/metadata.xml
+++ b/dev-python/coreschema/metadata.xml
@@ -1,10 +1,7 @@
<?xml version="1.0" encoding="UTF-8"?>
<!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd">
<pkgmetadata>
- <maintainer type="person">
- <email>williamh@gentoo.org</email>
- <name>William Hubbs</name>
- </maintainer>
+ <!-- maintainer-needed -->
<upstream>
<remote-id type="pypi">coreschema</remote-id>
</upstream>
^ permalink raw reply related [flat|nested] 15+ messages in thread
* [gentoo-commits] repo/gentoo:master commit in: dev-python/coreschema/
@ 2021-07-08 6:55 Michał Górny
0 siblings, 0 replies; 15+ messages in thread
From: Michał Górny @ 2021-07-08 6:55 UTC (permalink / raw
To: gentoo-commits
commit: 5d33d935155223800a2429e4d01ca25917dc1d51
Author: Michał Górny <mgorny <AT> gentoo <DOT> org>
AuthorDate: Thu Jul 8 06:29:29 2021 +0000
Commit: Michał Górny <mgorny <AT> gentoo <DOT> org>
CommitDate: Thu Jul 8 06:55:21 2021 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=5d33d935
dev-python/coreschema: Port to py3.10, enable tests
Signed-off-by: Michał Górny <mgorny <AT> gentoo.org>
dev-python/coreschema/Manifest | 2 +-
dev-python/coreschema/coreschema-0.0.4.ebuild | 15 +++++++++------
2 files changed, 10 insertions(+), 7 deletions(-)
diff --git a/dev-python/coreschema/Manifest b/dev-python/coreschema/Manifest
index 49890493f06..dde371908d5 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 c9e4efbc99e..9dd5057cd50 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
# 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
^ permalink raw reply related [flat|nested] 15+ messages in thread
* [gentoo-commits] repo/gentoo:master commit in: dev-python/coreschema/
@ 2021-07-08 6:55 Michał Górny
0 siblings, 0 replies; 15+ messages in thread
From: Michał Górny @ 2021-07-08 6:55 UTC (permalink / raw
To: gentoo-commits
commit: 964ea4f76141f18b292031e25b5f973b4e63ee52
Author: Michał Górny <mgorny <AT> gentoo <DOT> org>
AuthorDate: Thu Jul 8 06:30:06 2021 +0000
Commit: Michał Górny <mgorny <AT> gentoo <DOT> org>
CommitDate: Thu Jul 8 06:55:22 2021 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=964ea4f7
dev-python/coreschema: Add python@ as maintainer
Signed-off-by: Michał Górny <mgorny <AT> gentoo.org>
dev-python/coreschema/coreschema-0.0.4.ebuild | 2 +-
dev-python/coreschema/metadata.xml | 5 ++++-
2 files changed, 5 insertions(+), 2 deletions(-)
diff --git a/dev-python/coreschema/coreschema-0.0.4.ebuild b/dev-python/coreschema/coreschema-0.0.4.ebuild
index 9dd5057cd50..a4c0e7af886 100644
--- a/dev-python/coreschema/coreschema-0.0.4.ebuild
+++ b/dev-python/coreschema/coreschema-0.0.4.ebuild
@@ -1,4 +1,4 @@
-# Copyright 1999-2020 Gentoo Authors
+# Copyright 1999-2021 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2
EAPI=8
diff --git a/dev-python/coreschema/metadata.xml b/dev-python/coreschema/metadata.xml
index d45b55897ac..96dce88db22 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>
^ permalink raw reply related [flat|nested] 15+ messages in thread
* [gentoo-commits] repo/gentoo:master commit in: dev-python/coreschema/
@ 2022-02-26 17:59 Michał Górny
0 siblings, 0 replies; 15+ messages in thread
From: Michał Górny @ 2022-02-26 17:59 UTC (permalink / raw
To: gentoo-commits
commit: dc6adf00a835d279221d46087d73a3661777f324
Author: Michał Górny <mgorny <AT> gentoo <DOT> org>
AuthorDate: Sat Feb 26 17:48:51 2022 +0000
Commit: Michał Górny <mgorny <AT> gentoo <DOT> org>
CommitDate: Sat Feb 26 17:59:49 2022 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=dc6adf00
dev-python/coreschema: Migrate to PEP517 build
Signed-off-by: Michał Górny <mgorny <AT> gentoo.org>
dev-python/coreschema/coreschema-0.0.4-r1.ebuild | 28 ++++++++++++++++++++++++
1 file changed, 28 insertions(+)
diff --git a/dev-python/coreschema/coreschema-0.0.4-r1.ebuild b/dev-python/coreschema/coreschema-0.0.4-r1.ebuild
new file mode 100644
index 000000000000..f839f7e41981
--- /dev/null
+++ b/dev-python/coreschema/coreschema-0.0.4-r1.ebuild
@@ -0,0 +1,28 @@
+# Copyright 1999-2022 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=8
+
+DISTUTILS_USE_PEP517=setuptools
+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
^ permalink raw reply related [flat|nested] 15+ messages in thread
* [gentoo-commits] repo/gentoo:master commit in: dev-python/coreschema/
@ 2022-04-24 13:27 Jakov Smolić
0 siblings, 0 replies; 15+ messages in thread
From: Jakov Smolić @ 2022-04-24 13:27 UTC (permalink / raw
To: gentoo-commits
commit: d0498ce454568a5b8235d0c048710759ea8b980e
Author: Jakov Smolić <jsmolic <AT> gentoo <DOT> org>
AuthorDate: Sun Apr 24 13:26:36 2022 +0000
Commit: Jakov Smolić <jsmolic <AT> gentoo <DOT> org>
CommitDate: Sun Apr 24 13:26:36 2022 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=d0498ce4
dev-python/coreschema: Keyword 0.0.4-r1 x86, #839930
Signed-off-by: Jakov Smolić <jsmolic <AT> gentoo.org>
dev-python/coreschema/coreschema-0.0.4-r1.ebuild | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/dev-python/coreschema/coreschema-0.0.4-r1.ebuild b/dev-python/coreschema/coreschema-0.0.4-r1.ebuild
index f839f7e41981..3236b029d8a7 100644
--- a/dev-python/coreschema/coreschema-0.0.4-r1.ebuild
+++ b/dev-python/coreschema/coreschema-0.0.4-r1.ebuild
@@ -19,7 +19,7 @@ S=${WORKDIR}/${MY_P}
LICENSE="BSD"
SLOT="0"
-KEYWORDS="~amd64"
+KEYWORDS="~amd64 ~x86"
RDEPEND="
dev-python/jinja[${PYTHON_USEDEP}]
^ permalink raw reply related [flat|nested] 15+ messages in thread
* [gentoo-commits] repo/gentoo:master commit in: dev-python/coreschema/
@ 2022-05-16 13:17 Michał Górny
0 siblings, 0 replies; 15+ messages in thread
From: Michał Górny @ 2022-05-16 13:17 UTC (permalink / raw
To: gentoo-commits
commit: fda6c6774220e409249580056aa2639c1688a7a0
Author: Michał Górny <mgorny <AT> gentoo <DOT> org>
AuthorDate: Mon May 16 13:15:42 2022 +0000
Commit: Michał Górny <mgorny <AT> gentoo <DOT> org>
CommitDate: Mon May 16 13:17:27 2022 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=fda6c677
dev-python/coreschema: Remove old
Signed-off-by: Michał Górny <mgorny <AT> gentoo.org>
dev-python/coreschema/coreschema-0.0.4.ebuild | 23 -----------------------
1 file changed, 23 deletions(-)
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
^ permalink raw reply related [flat|nested] 15+ messages in thread
* [gentoo-commits] repo/gentoo:master commit in: dev-python/coreschema/
@ 2022-05-25 18:01 Arthur Zamarin
0 siblings, 0 replies; 15+ messages in thread
From: Arthur Zamarin @ 2022-05-25 18:01 UTC (permalink / raw
To: gentoo-commits
commit: 99193966a3bc2c723c83ece721cb3faea967b1b8
Author: Arthur Zamarin <arthurzam <AT> gentoo <DOT> org>
AuthorDate: Wed May 25 17:56:49 2022 +0000
Commit: Arthur Zamarin <arthurzam <AT> gentoo <DOT> org>
CommitDate: Wed May 25 18:01:47 2022 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=99193966
dev-python/coreschema: enable py3.11
Signed-off-by: Arthur Zamarin <arthurzam <AT> gentoo.org>
dev-python/coreschema/coreschema-0.0.4-r1.ebuild | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
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
^ permalink raw reply related [flat|nested] 15+ messages in thread
* [gentoo-commits] repo/gentoo:master commit in: dev-python/coreschema/
@ 2023-05-26 20:26 Arthur Zamarin
0 siblings, 0 replies; 15+ messages in thread
From: Arthur Zamarin @ 2023-05-26 20:26 UTC (permalink / raw
To: gentoo-commits
commit: cc7f6d48d247ad8ea9c471c495c75c9a52275eb5
Author: Arthur Zamarin <arthurzam <AT> gentoo <DOT> org>
AuthorDate: Fri May 26 20:24:49 2023 +0000
Commit: Arthur Zamarin <arthurzam <AT> gentoo <DOT> org>
CommitDate: Fri May 26 20:26:23 2023 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=cc7f6d48
dev-python/coreschema: add github upstream metadata
Signed-off-by: Arthur Zamarin <arthurzam <AT> gentoo.org>
dev-python/coreschema/metadata.xml | 1 +
1 file changed, 1 insertion(+)
diff --git a/dev-python/coreschema/metadata.xml b/dev-python/coreschema/metadata.xml
index c0fed93d27e7..9ea55c61e88c 100644
--- a/dev-python/coreschema/metadata.xml
+++ b/dev-python/coreschema/metadata.xml
@@ -7,5 +7,6 @@
</maintainer>
<upstream>
<remote-id type="pypi">coreschema</remote-id>
+ <remote-id type="github">core-api/python-coreschema</remote-id>
</upstream>
</pkgmetadata>
^ permalink raw reply related [flat|nested] 15+ messages in thread
* [gentoo-commits] repo/gentoo:master commit in: dev-python/coreschema/
@ 2023-05-26 20:26 Arthur Zamarin
0 siblings, 0 replies; 15+ messages in thread
From: Arthur Zamarin @ 2023-05-26 20:26 UTC (permalink / raw
To: gentoo-commits
commit: 655b5643386fcdb6ff2ac94364ac86d2ca741f53
Author: Arthur Zamarin <arthurzam <AT> gentoo <DOT> org>
AuthorDate: Fri May 26 20:24:23 2023 +0000
Commit: Arthur Zamarin <arthurzam <AT> gentoo <DOT> org>
CommitDate: Fri May 26 20:26:23 2023 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=655b5643
dev-python/coreschema: enable py3.12
Signed-off-by: Arthur Zamarin <arthurzam <AT> gentoo.org>
dev-python/coreschema/coreschema-0.0.4-r1.ebuild | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/dev-python/coreschema/coreschema-0.0.4-r1.ebuild b/dev-python/coreschema/coreschema-0.0.4-r1.ebuild
index eacba3357678..64a0fd95f493 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_{9..11} )
+PYTHON_COMPAT=( python3_{10..12} )
inherit distutils-r1
^ permalink raw reply related [flat|nested] 15+ messages in thread
* [gentoo-commits] repo/gentoo:master commit in: dev-python/coreschema/
@ 2023-05-26 20:26 Arthur Zamarin
0 siblings, 0 replies; 15+ messages in thread
From: Arthur Zamarin @ 2023-05-26 20:26 UTC (permalink / raw
To: gentoo-commits
commit: 60717404b45f29f46d4f0b322a8f71e6fe09ca1e
Author: Arthur Zamarin <arthurzam <AT> gentoo <DOT> org>
AuthorDate: Fri May 26 20:25:14 2023 +0000
Commit: Arthur Zamarin <arthurzam <AT> gentoo <DOT> org>
CommitDate: Fri May 26 20:26:24 2023 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=60717404
dev-python/coreschema: mark ALLARCHES
Signed-off-by: Arthur Zamarin <arthurzam <AT> gentoo.org>
dev-python/coreschema/metadata.xml | 1 +
1 file changed, 1 insertion(+)
diff --git a/dev-python/coreschema/metadata.xml b/dev-python/coreschema/metadata.xml
index 9ea55c61e88c..b4d5d231c231 100644
--- a/dev-python/coreschema/metadata.xml
+++ b/dev-python/coreschema/metadata.xml
@@ -5,6 +5,7 @@
<email>python@gentoo.org</email>
<name>Python</name>
</maintainer>
+ <stabilize-allarches/>
<upstream>
<remote-id type="pypi">coreschema</remote-id>
<remote-id type="github">core-api/python-coreschema</remote-id>
^ permalink raw reply related [flat|nested] 15+ messages in thread
* [gentoo-commits] repo/gentoo:master commit in: dev-python/coreschema/
@ 2023-10-21 12:49 Florian Schmaus
0 siblings, 0 replies; 15+ messages in thread
From: Florian Schmaus @ 2023-10-21 12:49 UTC (permalink / raw
To: gentoo-commits
commit: 9461f995ddcd5283b79f4f1c5d0a07e1b8bd93cf
Author: Florian Schmaus <flow <AT> gentoo <DOT> org>
AuthorDate: Sat Oct 21 12:45:30 2023 +0000
Commit: Florian Schmaus <flow <AT> gentoo <DOT> org>
CommitDate: Sat Oct 21 12:45:30 2023 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=9461f995
dev-python/coreschema: treeclean
Bug: https://bugs.gentoo.org/914363
Signed-off-by: Florian Schmaus <flow <AT> gentoo.org>
dev-python/coreschema/Manifest | 1 -
dev-python/coreschema/coreschema-0.0.4-r1.ebuild | 28 ------------------------
dev-python/coreschema/metadata.xml | 13 -----------
3 files changed, 42 deletions(-)
diff --git a/dev-python/coreschema/Manifest b/dev-python/coreschema/Manifest
deleted file mode 100644
index dde371908d51..000000000000
--- a/dev-python/coreschema/Manifest
+++ /dev/null
@@ -1 +0,0 @@
-DIST python-coreschema-0.0.4.tar.gz 21905 BLAKE2B 1afe09038761809fa0e12d13fb89884760d4aff325a4bbdac104c03648856f8d50b562fc00a8509fcc75f962918f33d89017fae0a6d0335def4d6b77ee9aacd9 SHA512 28badbae07284fb4dbd3f01f613edda1202902115fb166bd95bbac549d398c9e02548b473524d3b530a42319a99d7e55e92bf54269827a9812249cfb285670c3
diff --git a/dev-python/coreschema/coreschema-0.0.4-r1.ebuild b/dev-python/coreschema/coreschema-0.0.4-r1.ebuild
deleted file mode 100644
index 64a0fd95f493..000000000000
--- a/dev-python/coreschema/coreschema-0.0.4-r1.ebuild
+++ /dev/null
@@ -1,28 +0,0 @@
-# Copyright 1999-2023 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=8
-
-DISTUTILS_USE_PEP517=setuptools
-PYTHON_COMPAT=( python3_{10..12} )
-
-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 ~x86"
-
-RDEPEND="
- dev-python/jinja[${PYTHON_USEDEP}]
-"
-
-distutils_enable_tests pytest
diff --git a/dev-python/coreschema/metadata.xml b/dev-python/coreschema/metadata.xml
deleted file mode 100644
index b4d5d231c231..000000000000
--- a/dev-python/coreschema/metadata.xml
+++ /dev/null
@@ -1,13 +0,0 @@
-<?xml version="1.0" encoding="UTF-8"?>
-<!DOCTYPE pkgmetadata SYSTEM "https://www.gentoo.org/dtd/metadata.dtd">
-<pkgmetadata>
- <maintainer type="project">
- <email>python@gentoo.org</email>
- <name>Python</name>
- </maintainer>
- <stabilize-allarches/>
- <upstream>
- <remote-id type="pypi">coreschema</remote-id>
- <remote-id type="github">core-api/python-coreschema</remote-id>
- </upstream>
-</pkgmetadata>
^ permalink raw reply related [flat|nested] 15+ messages in thread
end of thread, other threads:[~2023-10-21 12:49 UTC | newest]
Thread overview: 15+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2021-07-08 6:55 [gentoo-commits] repo/gentoo:master commit in: dev-python/coreschema/ Michał Górny
-- strict thread matches above, loose matches on Subject: below --
2023-10-21 12:49 Florian Schmaus
2023-05-26 20:26 Arthur Zamarin
2023-05-26 20:26 Arthur Zamarin
2023-05-26 20:26 Arthur Zamarin
2022-05-25 18:01 Arthur Zamarin
2022-05-16 13:17 Michał Górny
2022-04-24 13:27 Jakov Smolić
2022-02-26 17:59 Michał Górny
2021-07-08 6:55 Michał Górny
2021-05-16 16:50 William Hubbs
2020-12-02 22:29 Aaron Bauman
2020-02-04 19:47 Michał Górny
2020-01-26 19:37 William Hubbs
2019-03-18 23:02 William Hubbs
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox