From: "Andrew Ammerlaan" <andrewammerlaan@riseup.net>
To: gentoo-commits@lists.gentoo.org
Subject: [gentoo-commits] repo/proj/guru:master commit in: dev-python/graphql-core/
Date: Wed, 28 Apr 2021 08:08:14 +0000 (UTC) [thread overview]
Message-ID: <1619574436.f449b7992db600b72353a9a766bcb463ece5d750.andrewammerlaan@gentoo> (raw)
commit: f449b7992db600b72353a9a766bcb463ece5d750
Author: Theo Anderson <telans <AT> posteo <DOT> de>
AuthorDate: Wed Apr 28 01:47:16 2021 +0000
Commit: Andrew Ammerlaan <andrewammerlaan <AT> riseup <DOT> net>
CommitDate: Wed Apr 28 01:47:16 2021 +0000
URL: https://gitweb.gentoo.org/repo/proj/guru.git/commit/?id=f449b799
dev-python/graphql-core: drop 3.1.2, 3.1.3
Signed-off-by: Theo Anderson <telans <AT> posteo.de>
dev-python/graphql-core/Manifest | 2 --
dev-python/graphql-core/graphql-core-3.1.2.ebuild | 21 ---------------------
dev-python/graphql-core/graphql-core-3.1.3.ebuild | 21 ---------------------
3 files changed, 44 deletions(-)
diff --git a/dev-python/graphql-core/Manifest b/dev-python/graphql-core/Manifest
index ef82a499e..c9df08c1b 100644
--- a/dev-python/graphql-core/Manifest
+++ b/dev-python/graphql-core/Manifest
@@ -1,3 +1 @@
-DIST graphql-core-3.1.2.tar.gz 487634 BLAKE2B d71d10e27b87772d9678c90f2bdcbf8d164fcab746c2905fd7414e9744708bb670e35ab0066a1d8d75076991c4b880acd678600f14b0e07a9093ca55d941dbff SHA512 659b245cdec7cfde998ab14444321240008a1fffe5d7f52153c8ecd121556e474001aecee405d73f9eabeae2cdd9ce8b5ede27a7c769b5a8715a9bb3e0c3ca03
-DIST graphql-core-3.1.3.tar.gz 496155 BLAKE2B 0a5461b3a43d17bfde595acce7340d9fb6cf66c6faa4acca6cf7d7d0d41d1c38d2a1d7fb3909b88a834bca3b366bc85c98671c2d4c5ce84467c28b1b1f773dfa SHA512 ffe0697ade66706378c5675771c62966c135c1d6cf399e0e8aa00acadbd7d7a5aa9ea07ee4f34d76d0a11b5ddf47eba7401583bc00347f5d8286e552a2ee4361
DIST graphql-core-3.1.4.tar.gz 496344 BLAKE2B a8060e0f23b147d91a19ea6bf05bfdd137d8d543c7839f287dcaa49039c9a23dace692d605d29885ae38ed8ac1dbd2385fa24b4fb491063dfb2693f599e8310a SHA512 f4e700d9ff00d737930581ec52a2555594a398ea3b04f8b700c8baa6aa129003dfc0ed8d8f5783126ef3e7ae4e7c3f3a0cff2cc9f30e8a7a5a6cf0dd3df94205
diff --git a/dev-python/graphql-core/graphql-core-3.1.2.ebuild b/dev-python/graphql-core/graphql-core-3.1.2.ebuild
deleted file mode 100644
index c8b730ff1..000000000
--- a/dev-python/graphql-core/graphql-core-3.1.2.ebuild
+++ /dev/null
@@ -1,21 +0,0 @@
-# Copyright 1999-2020 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=7
-
-PYTHON_COMPAT=( python3_{7..8} )
-
-inherit distutils-r1
-
-DESCRIPTION="GraphQL for Python"
-HOMEPAGE="https://github.com/graphql-python/graphql-core"
-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}] )"
-
-distutils_enable_tests pytest
-distutils_enable_sphinx docs dev-python/sphinx_rtd_theme
diff --git a/dev-python/graphql-core/graphql-core-3.1.3.ebuild b/dev-python/graphql-core/graphql-core-3.1.3.ebuild
deleted file mode 100644
index 0b481cbd7..000000000
--- a/dev-python/graphql-core/graphql-core-3.1.3.ebuild
+++ /dev/null
@@ -1,21 +0,0 @@
-# Copyright 1999-2021 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=7
-
-PYTHON_COMPAT=( python3_{7..8} )
-
-inherit distutils-r1
-
-DESCRIPTION="GraphQL for Python"
-HOMEPAGE="https://github.com/graphql-python/graphql-core"
-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}] )"
-
-distutils_enable_tests pytest
-distutils_enable_sphinx docs dev-python/sphinx_rtd_theme
next reply other threads:[~2021-04-28 8:08 UTC|newest]
Thread overview: 11+ messages / expand[flat|nested] mbox.gz Atom feed top
2021-04-28 8:08 Andrew Ammerlaan [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
2023-04-28 17:52 Arthur Zamarin
2022-06-06 16:28 Florian Schmaus
2022-06-01 11:17 Andrew Ammerlaan
2021-05-26 13:42 Andrew Ammerlaan
2021-04-28 8:08 Andrew Ammerlaan
2020-12-09 14:14 Andrew Ammerlaan
2020-09-24 12:17 [gentoo-commits] repo/proj/guru:dev " Andrew Ammerlaan
2020-09-24 13:01 ` [gentoo-commits] repo/proj/guru:master " Andrew Ammerlaan
2020-07-05 11:37 [gentoo-commits] repo/proj/guru:dev " Andrew Ammerlaan
2020-07-05 11:51 ` [gentoo-commits] repo/proj/guru:master " Andrew Ammerlaan
2020-07-05 10:58 [gentoo-commits] repo/proj/guru:dev " Andrew Ammerlaan
2020-07-05 11:51 ` [gentoo-commits] repo/proj/guru:master " 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=1619574436.f449b7992db600b72353a9a766bcb463ece5d750.andrewammerlaan@gentoo \
--to=andrewammerlaan@riseup.net \
--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