From: "Theo Anderson" <telans@posteo.de>
To: gentoo-commits@lists.gentoo.org
Subject: [gentoo-commits] repo/proj/guru:dev commit in: dev-python/graphql-core/
Date: Wed, 9 Dec 2020 04:41:09 +0000 (UTC) [thread overview]
Message-ID: <1607487638.aa188e23f5d4f17c961971b9fb2d985b3e5a8228.telans@gentoo> (raw)
commit: aa188e23f5d4f17c961971b9fb2d985b3e5a8228
Author: Theo Anderson <telans <AT> posteo <DOT> de>
AuthorDate: Wed Dec 9 04:20:38 2020 +0000
Commit: Theo Anderson <telans <AT> posteo <DOT> de>
CommitDate: Wed Dec 9 04:20:38 2020 +0000
URL: https://gitweb.gentoo.org/repo/proj/guru.git/commit/?id=aa188e23
dev-python/graphql-core: maintain & bump
Package-Manager: Portage-3.0.12, Repoman-3.0.2
Signed-off-by: Theo Anderson <telans <AT> posteo.de>
dev-python/graphql-core/Manifest | 1 +
dev-python/graphql-core/graphql-core-3.1.1.ebuild | 8 +++-----
.../{graphql-core-3.1.1.ebuild => graphql-core-3.1.2.ebuild} | 8 +++-----
dev-python/graphql-core/metadata.xml | 6 ++++--
4 files changed, 11 insertions(+), 12 deletions(-)
diff --git a/dev-python/graphql-core/Manifest b/dev-python/graphql-core/Manifest
index 725f60e9..aa9dbf4e 100644
--- a/dev-python/graphql-core/Manifest
+++ b/dev-python/graphql-core/Manifest
@@ -1 +1,2 @@
DIST graphql-core-3.1.1.tar.gz 481087 BLAKE2B e7bf05f4da9aa1c37acf802b830c05427a3f10fd36a716f194bb21ba3812ae5322534c67b692135a901f23dd48d46fe404a46b2b90cc7ee3862241a6381fd405 SHA512 62bef44d7d73eff1f1dc05e169fd765d4ea4d9716bbde26bc20ee826eb4fa78bb41deed1a196c37a24d4c5aa7e7965de86bee441c4a53f0b18f0cb2364d4cdec
+DIST graphql-core-3.1.2.tar.gz 487634 BLAKE2B d71d10e27b87772d9678c90f2bdcbf8d164fcab746c2905fd7414e9744708bb670e35ab0066a1d8d75076991c4b880acd678600f14b0e07a9093ca55d941dbff SHA512 659b245cdec7cfde998ab14444321240008a1fffe5d7f52153c8ecd121556e474001aecee405d73f9eabeae2cdd9ce8b5ede27a7c769b5a8715a9bb3e0c3ca03
diff --git a/dev-python/graphql-core/graphql-core-3.1.1.ebuild b/dev-python/graphql-core/graphql-core-3.1.1.ebuild
index 4f26be94..c8b730ff 100644
--- a/dev-python/graphql-core/graphql-core-3.1.1.ebuild
+++ b/dev-python/graphql-core/graphql-core-3.1.1.ebuild
@@ -3,21 +3,19 @@
EAPI=7
-PYTHON_COMPAT=( python3_{7,8} )
+PYTHON_COMPAT=( python3_{7..8} )
inherit distutils-r1
DESCRIPTION="GraphQL for Python"
HOMEPAGE="https://github.com/graphql-python/graphql-core"
-SRC_URI="https://github.com/graphql-python/${PN}/archive/v${PV}.tar.gz -> ${P}.tar.gz"
+SRC_URI="mirror://pypi/${P:0:1}/${PN}/${P}.tar.gz"
LICENSE="MIT"
SLOT="0"
KEYWORDS="~amd64 ~x86"
-BDEPEND="test? (
- dev-python/pytest-benchmark[${PYTHON_USEDEP}]
-)"
+BDEPEND="test? ( dev-python/pytest-benchmark[${PYTHON_USEDEP}] )"
distutils_enable_tests pytest
distutils_enable_sphinx docs dev-python/sphinx_rtd_theme
diff --git a/dev-python/graphql-core/graphql-core-3.1.1.ebuild b/dev-python/graphql-core/graphql-core-3.1.2.ebuild
similarity index 66%
copy from dev-python/graphql-core/graphql-core-3.1.1.ebuild
copy to dev-python/graphql-core/graphql-core-3.1.2.ebuild
index 4f26be94..c8b730ff 100644
--- a/dev-python/graphql-core/graphql-core-3.1.1.ebuild
+++ b/dev-python/graphql-core/graphql-core-3.1.2.ebuild
@@ -3,21 +3,19 @@
EAPI=7
-PYTHON_COMPAT=( python3_{7,8} )
+PYTHON_COMPAT=( python3_{7..8} )
inherit distutils-r1
DESCRIPTION="GraphQL for Python"
HOMEPAGE="https://github.com/graphql-python/graphql-core"
-SRC_URI="https://github.com/graphql-python/${PN}/archive/v${PV}.tar.gz -> ${P}.tar.gz"
+SRC_URI="mirror://pypi/${P:0:1}/${PN}/${P}.tar.gz"
LICENSE="MIT"
SLOT="0"
KEYWORDS="~amd64 ~x86"
-BDEPEND="test? (
- dev-python/pytest-benchmark[${PYTHON_USEDEP}]
-)"
+BDEPEND="test? ( dev-python/pytest-benchmark[${PYTHON_USEDEP}] )"
distutils_enable_tests pytest
distutils_enable_sphinx docs dev-python/sphinx_rtd_theme
diff --git a/dev-python/graphql-core/metadata.xml b/dev-python/graphql-core/metadata.xml
index a0a60d71..d3ad614d 100644
--- a/dev-python/graphql-core/metadata.xml
+++ b/dev-python/graphql-core/metadata.xml
@@ -1,6 +1,8 @@
<?xml version="1.0" encoding="UTF-8"?>
<!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd">
-
<pkgmetadata>
- <!-- maintainer-needed -->
+ <maintainer type="person">
+ <email>telans@posteo.de</email>
+ <name>Theo Anderson</name>
+ </maintainer>
</pkgmetadata>
next reply other threads:[~2020-12-09 4:41 UTC|newest]
Thread overview: 18+ messages / expand[flat|nested] mbox.gz Atom feed top
2020-12-09 4:41 Theo Anderson [this message]
-- strict thread matches above, loose matches on Subject: below --
2024-04-13 22:19 [gentoo-commits] repo/proj/guru:master commit in: dev-python/graphql-core/ Julien Roy
2024-04-13 21:31 ` [gentoo-commits] repo/proj/guru:dev " Julien Roy
2023-04-29 11:41 Anna Vyalkova
2023-04-29 6:23 Anna Vyalkova
2023-04-28 7:06 Anna Vyalkova
2023-03-17 13:32 Anna Vyalkova
2022-06-05 20:58 Alessandro Barbieri
2022-06-01 5:03 Anna Vyalkova
2021-12-14 7:14 Anna Vyalkova
2021-10-09 8:48 Theo Anderson
2021-05-26 1:57 Anna Vyalkova
2021-04-28 2:16 Theo Anderson
2021-04-28 2:16 Theo Anderson
2021-02-15 11:57 Theo Anderson
2021-02-15 11:57 Theo Anderson
2020-09-24 12:17 Andrew Ammerlaan
2020-07-05 11:37 Andrew Ammerlaan
2020-07-05 10:58 Andrew Ammerlaan
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=1607487638.aa188e23f5d4f17c961971b9fb2d985b3e5a8228.telans@gentoo \
--to=telans@posteo.de \
--cc=gentoo-commits@lists.gentoo.org \
--cc=gentoo-dev@lists.gentoo.org \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox