public inbox for gentoo-commits@lists.gentoo.org
 help / color / mirror / Atom feed
From: "Andreas Sturmlechner" <asturm@gentoo.org>
To: gentoo-commits@lists.gentoo.org
Subject: [gentoo-commits] repo/gentoo:master commit in: dev-python/attrs/
Date: Sun, 23 Feb 2020 08:29:23 +0000 (UTC)	[thread overview]
Message-ID: <1582446533.d6a4bb10e3de01b1ac9d7be60eb5207a4f602d8c.asturm@gentoo> (raw)

commit:     d6a4bb10e3de01b1ac9d7be60eb5207a4f602d8c
Author:     Andreas Sturmlechner <asturm <AT> gentoo <DOT> org>
AuthorDate: Sat Feb 22 17:07:35 2020 +0000
Commit:     Andreas Sturmlechner <asturm <AT> gentoo <DOT> org>
CommitDate: Sun Feb 23 08:28:53 2020 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=d6a4bb10

dev-python/attrs: Drop 18.2.0, 19.1.0

Package-Manager: Portage-2.3.89, Repoman-2.3.20
Signed-off-by: Andreas Sturmlechner <asturm <AT> gentoo.org>

 dev-python/attrs/Manifest            |  2 --
 dev-python/attrs/attrs-18.2.0.ebuild | 37 ------------------------------------
 dev-python/attrs/attrs-19.1.0.ebuild | 37 ------------------------------------
 3 files changed, 76 deletions(-)

diff --git a/dev-python/attrs/Manifest b/dev-python/attrs/Manifest
index b81780b1c75..ba7161de9d2 100644
--- a/dev-python/attrs/Manifest
+++ b/dev-python/attrs/Manifest
@@ -1,3 +1 @@
-DIST attrs-18.2.0.tar.gz 116817 BLAKE2B 79d50c9b49956bbc1e04084eed36a5f65f2dda8e954b23f15650cb881d6f77a8325e042c6d1a77dcad43661d4524a4d253d96bd0053464ef03091779636e6d0b SHA512 58c26579d6dfcacbe9e3f770a125861e0625d435f1293eebe0d62efc9b8aa9572be2b312d73037a647163bffb0a13b240fb157aff7ed35196f637ae945d61d22
-DIST attrs-19.1.0.tar.gz 124220 BLAKE2B a7a8321857c2723398db3b7943f221cc141f2d365b84d3f77ccd16c9180fb1d73402c7a1018d70b666bf76b6021bd90df14d792886c1345752b8fc810ac54a35 SHA512 22ee45e8b10a7abe10e720788c5cfab424d0bfe70e595dfb116928b8ebea497a747e8234d96549da00f0967de750fb943db0cd3669354253a27be2ca30fe413a
 DIST attrs-19.3.0.tar.gz 132477 BLAKE2B 6577f39fc15c9e70f0f76ba358099e83c57e226574cb11dbe83747f12e285a284e9d1a218fc1670e0d08be550d42c67cde132604b2cf385d1ee25bda7e57e79a SHA512 b5b641e6732156d1454ed6c49e3a6b29200a8d3f1515fb59aeb85fcb5e9ab6a1d760904de45083cae5250e7bf1a7aa2c1f3ede217240a63f989ae4bb484f2511

diff --git a/dev-python/attrs/attrs-18.2.0.ebuild b/dev-python/attrs/attrs-18.2.0.ebuild
deleted file mode 100644
index f2b0d108dfd..00000000000
--- a/dev-python/attrs/attrs-18.2.0.ebuild
+++ /dev/null
@@ -1,37 +0,0 @@
-# Copyright 1999-2020 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=6
-
-PYTHON_COMPAT=( python2_7 python3_{6,7} pypy3 )
-
-inherit distutils-r1
-
-DESCRIPTION="Attributes without boilerplate"
-HOMEPAGE="
-	https://github.com/hynek/attrs
-	https://attrs.readthedocs.org/
-	https://pypi.org/project/attrs/"
-SRC_URI="mirror://pypi/${P:0:1}/${PN}/${P}.tar.gz"
-
-LICENSE="MIT"
-SLOT="0"
-KEYWORDS="~alpha amd64 arm arm64 hppa ia64 ~m68k ~mips ppc ppc64 s390 ~sh sparc x86 ~amd64-linux ~x86-linux ~sparc-solaris ~sparc64-solaris ~x64-solaris ~x86-solaris"
-IUSE="test"
-RESTRICT="!test? ( test )"
-
-RDEPEND="
-	dev-python/zope-interface[${PYTHON_USEDEP}]"
-
-DEPEND="
-	${RDEPEND}
-	dev-python/setuptools[${PYTHON_USEDEP}]
-	test? (
-		$(python_gen_impl_dep sqlite)
-		>=dev-python/hypothesis-3.6.0[${PYTHON_USEDEP}]
-		dev-python/pytest[${PYTHON_USEDEP}]
-	)"
-
-python_test() {
-	py.test -v || die "tests failed with ${EPYTHON}"
-}

diff --git a/dev-python/attrs/attrs-19.1.0.ebuild b/dev-python/attrs/attrs-19.1.0.ebuild
deleted file mode 100644
index cb1c61df86a..00000000000
--- a/dev-python/attrs/attrs-19.1.0.ebuild
+++ /dev/null
@@ -1,37 +0,0 @@
-# Copyright 1999-2020 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=7
-
-PYTHON_COMPAT=( python2_7 python3_{6,7} pypy3 )
-
-inherit distutils-r1
-
-DESCRIPTION="Attributes without boilerplate"
-HOMEPAGE="
-	https://github.com/hynek/attrs
-	https://attrs.readthedocs.org/
-	https://pypi.org/project/attrs/"
-SRC_URI="mirror://pypi/${P:0:1}/${PN}/${P}.tar.gz"
-
-LICENSE="MIT"
-SLOT="0"
-KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~m68k ~mips ~ppc ~ppc64 ~s390 ~sh ~sparc ~x86 ~amd64-linux ~x86-linux ~sparc-solaris ~sparc64-solaris ~x64-solaris ~x86-solaris"
-IUSE="test"
-RESTRICT="!test? ( test )"
-
-RDEPEND="
-	dev-python/zope-interface[${PYTHON_USEDEP}]"
-
-DEPEND="
-	${RDEPEND}
-	dev-python/setuptools[${PYTHON_USEDEP}]
-	test? (
-		$(python_gen_impl_dep sqlite)
-		>=dev-python/hypothesis-3.6.0[${PYTHON_USEDEP}]
-		dev-python/pytest[${PYTHON_USEDEP}]
-	)"
-
-python_test() {
-	py.test -v || die "tests failed with ${EPYTHON}"
-}


             reply	other threads:[~2020-02-23  8:29 UTC|newest]

Thread overview: 113+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2020-02-23  8:29 Andreas Sturmlechner [this message]
  -- strict thread matches above, loose matches on Subject: below --
2024-08-24  8:10 [gentoo-commits] repo/gentoo:master commit in: dev-python/attrs/ Sam James
2024-08-07 14:10 Michał Górny
2024-08-04  2:48 Michał Górny
2024-07-11 19:23 Michał Górny
2024-01-20 20:00 Michał Górny
2024-01-20 18:35 Arthur Zamarin
2023-12-31 17:21 Michał Górny
2023-05-24  8:19 Michał Górny
2023-05-23 16:08 Michał Górny
2023-05-23 15:42 Arthur Zamarin
2023-04-17  6:26 Michał Górny
2023-03-16  3:44 Michał Górny
2023-02-16 20:21 Michał Górny
2022-12-23  7:30 Arthur Zamarin
2022-10-20 23:34 Sam James
2022-08-30 16:51 Arthur Zamarin
2022-07-29 10:12 Arthur Zamarin
2022-06-10  6:54 Michał Górny
2022-05-09 20:38 Michał Górny
2022-05-09 15:01 Michał Górny
2022-04-14 18:41 Fabian Groffen
2022-02-03 21:34 Michał Górny
2022-02-03 21:10 Arthur Zamarin
2022-02-02 10:48 Sam James
2022-01-29 18:38 Arthur Zamarin
2022-01-29 18:38 Arthur Zamarin
2022-01-29 15:47 Sam James
2022-01-29 13:01 Arthur Zamarin
2022-01-29 10:04 Jakov Smolić
2022-01-29  9:18 Arthur Zamarin
2022-01-10  4:20 Joshua Kinard
2021-12-31 20:20 James Le Cuirot
2021-12-31 16:53 Matt Turner
2021-12-30  8:47 Sam James
2021-12-29 23:14 Michał Górny
2021-12-28 21:32 Arthur Zamarin
2021-12-28 19:27 Arthur Zamarin
2021-12-28 19:21 Arthur Zamarin
2021-12-28  9:03 Michał Górny
2021-06-05 21:01 Michał Górny
2021-05-07 10:33 Michał Górny
2021-05-06  8:49 Michał Górny
2021-05-05 17:05 Michał Górny
2020-12-15 11:05 Michał Górny
2020-12-15  6:37 Sam James
2020-12-15  6:28 Sam James
2020-12-06 23:45 Michał Górny
2020-12-06 23:45 Michał Górny
2020-12-06 23:25 Sam James
2020-11-28  8:27 Sam James
2020-11-05 12:41 Michał Górny
2020-09-19  7:21 Michał Górny
2020-09-19  0:12 Sam James
2020-09-19  0:11 Sam James
2020-09-05 10:46 Michał Górny
2020-08-21  2:47 Michał Górny
2020-06-15  2:35 Aaron Bauman
2020-05-25 16:16 Michał Górny
2020-02-17 19:47 Sergei Trofimovich
2020-01-03 12:40 Agostino Sarubbo
2019-12-24 14:15 Mikle Kolyada
2019-12-24  8:08 Agostino Sarubbo
2019-12-20 12:51 Agostino Sarubbo
2019-12-20 12:30 Agostino Sarubbo
2019-12-20 12:13 Agostino Sarubbo
2019-12-20 11:42 Agostino Sarubbo
2019-12-17  1:25 Aaron Bauman
2019-12-16 12:21 Agostino Sarubbo
2019-11-16 11:02 Michał Górny
2019-11-15  9:00 Michał Górny
2019-11-15  9:00 Michał Górny
2019-07-06  8:43 Tim Harder
2019-04-11  5:37 Tim Harder
2019-03-10 21:38 Matt Turner
2019-03-02 23:21 Matt Turner
2019-02-17 18:04 Sergei Trofimovich
2019-02-04 20:16 Markus Meier
2019-02-03  9:12 Sergei Trofimovich
2019-01-30 16:04 Tobias Klausmann
2019-01-29 13:31 Mikle Kolyada
2019-01-17 17:00 Mikle Kolyada
2019-01-15 22:10 Thomas Deutschmann
2019-01-14  7:14 Sergei Trofimovich
2018-12-13  6:48 Tim Harder
2018-11-19 21:15 Fabian Groffen
2018-07-01  3:24 Tim Harder
2018-05-04 13:57 Mart Raudsepp
2018-03-27 23:15 Matt Turner
2018-03-24 22:37 Tim Harder
2018-03-24 22:37 Tim Harder
2018-03-13 19:52 Michał Górny
2018-02-24  3:21 Thomas Deutschmann
2018-02-17 21:51 Patrice Clement
2017-11-15  3:32 Tim Harder
2017-09-30 13:05 Tim Harder
2017-08-01 18:52 Brian Dolbec
2017-02-23 13:58 Michael Weber
2017-02-12 22:20 Zac Medico
2017-02-04 15:21 Agostino Sarubbo
2017-02-04 12:08 Jeroen Roovers
2017-01-25 14:16 Tobias Klausmann
2017-01-25 11:47 Tobias Klausmann
2017-01-24 11:46 Agostino Sarubbo
2017-01-23 16:27 Agostino Sarubbo
2017-01-23  5:56 Jeroen Roovers
2017-01-22 16:27 Agostino Sarubbo
2017-01-21 20:33 Agostino Sarubbo
2017-01-21 18:54 Agostino Sarubbo
2017-01-21 17:27 Agostino Sarubbo
2016-11-30 13:54 Lars Wendler
2016-02-19  9:45 Justin Lecher
2016-02-19  9:45 Justin Lecher

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=1582446533.d6a4bb10e3de01b1ac9d7be60eb5207a4f602d8c.asturm@gentoo \
    --to=asturm@gentoo.org \
    --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