public inbox for gentoo-commits@lists.gentoo.org
 help / color / mirror / Atom feed
From: "Tim Harder" <radhermit@gentoo.org>
To: gentoo-commits@lists.gentoo.org
Subject: [gentoo-commits] repo/gentoo:master commit in: dev-python/snakeoil/
Date: Fri, 13 Sep 2019 17:49:13 +0000 (UTC)	[thread overview]
Message-ID: <1568396773.10114e2f430e383a5aa60f69ee1b0123b25164f3.radhermit@gentoo> (raw)

commit:     10114e2f430e383a5aa60f69ee1b0123b25164f3
Author:     Tim Harder <radhermit <AT> gentoo <DOT> org>
AuthorDate: Fri Sep 13 17:46:13 2019 +0000
Commit:     Tim Harder <radhermit <AT> gentoo <DOT> org>
CommitDate: Fri Sep 13 17:46:13 2019 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=10114e2f

dev-python/snakeoil: remove old

Signed-off-by: Tim Harder <radhermit <AT> gentoo.org>

 dev-python/snakeoil/Manifest              |  2 --
 dev-python/snakeoil/snakeoil-0.8.1.ebuild | 34 -------------------------------
 dev-python/snakeoil/snakeoil-0.8.2.ebuild | 34 -------------------------------
 3 files changed, 70 deletions(-)

diff --git a/dev-python/snakeoil/Manifest b/dev-python/snakeoil/Manifest
index 921c0185099..99ff7ea6d27 100644
--- a/dev-python/snakeoil/Manifest
+++ b/dev-python/snakeoil/Manifest
@@ -1,4 +1,2 @@
 DIST snakeoil-0.7.5.tar.gz 303270 BLAKE2B 66d00cf50c8efd73d765904b9c7e8ba725caef9608e68f5707ddc09358507fe64214af73b333ec5bee2ef950d8dbad474cb5d9e4412757bc3c82d75909f6fc23 SHA512 b9f6efce2e3f5df83248b1faa84493aa11d8a08935e3991a56daace96e0de39dd5c7d25a69a4394f7ba163de78ed56a2619ef64c33114128fc02052d676a86a5
-DIST snakeoil-0.8.1.tar.gz 296997 BLAKE2B 0eef059c73f6f62ddf67ec3a76d48bc01383f5993236f43cbdef54f6c9e9f818b6065f266df2c8646963f74f8cf3b549ae8e3407cd3a38d38de95d7b84dcfb1b SHA512 70f379d06b000abd193db41fdd720161a22537320a538b6441a9cde86fe0755ec68ab393aa8442e035b134f88e20ddfd4e194961b53f7cfa7a857ec12bf7437c
-DIST snakeoil-0.8.2.tar.gz 297135 BLAKE2B fab94a4f085756228f4a74dc966ef34c94d0c33dba50e7d4d2f3a1417ca84e337a15688b171930af04a3ec3f55980025cc0c078a9b16670fb11d5f546077bca6 SHA512 401135f8b12321db5f65fb1431e8145ba1691ddc83ad106fef22beefeee5212e13fd1f9726b40267553dca46955ed1cd4dda0d3aa76cf25882bf0fc8017bba01
 DIST snakeoil-0.8.3.tar.gz 297775 BLAKE2B b08c2c1bfea98e391b1da59ba0fd28e2187a83291c9c665f1394ed2b985b959ff5f5328db6a379d0d29e0fd86c82f965c40280f38ef5064727d4d9b173905c42 SHA512 d17a410f1684bb0398a115bbe6539895ea84a2ff7a1f3d05a66937f5f83783f2c503e985839d26f03565e960040a10e1985c43bb7376feda7c088ae279838be9

diff --git a/dev-python/snakeoil/snakeoil-0.8.1.ebuild b/dev-python/snakeoil/snakeoil-0.8.1.ebuild
deleted file mode 100644
index e85e66b9b7a..00000000000
--- a/dev-python/snakeoil/snakeoil-0.8.1.ebuild
+++ /dev/null
@@ -1,34 +0,0 @@
-# Copyright 1999-2019 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=6
-PYTHON_COMPAT=( python3_{6,7} )
-PYTHON_REQ_USE="threads(+)"
-inherit distutils-r1
-
-if [[ ${PV} == *9999 ]] ; then
-	EGIT_REPO_URI="https://github.com/pkgcore/snakeoil.git"
-	inherit git-r3
-else
-	KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~m68k ~mips ~ppc ~ppc64 ~riscv ~s390 ~sh ~sparc ~x86"
-	SRC_URI="mirror://pypi/${PN:0:1}/${PN}/${P}.tar.gz"
-fi
-
-DESCRIPTION="misc common functionality and useful optimizations"
-HOMEPAGE="https://github.com/pkgcore/snakeoil"
-
-LICENSE="BSD"
-SLOT="0"
-IUSE="test"
-RESTRICT="!test? ( test )"
-
-DEPEND="dev-python/setuptools[${PYTHON_USEDEP}]
-	test? (
-		dev-python/pytest[${PYTHON_USEDEP}]
-		dev-python/pytest-mock[${PYTHON_USEDEP}]
-	)"
-[[ ${PV} == 9999 ]] && DEPEND+=" dev-python/cython[${PYTHON_USEDEP}]"
-
-python_test() {
-	esetup.py test
-}

diff --git a/dev-python/snakeoil/snakeoil-0.8.2.ebuild b/dev-python/snakeoil/snakeoil-0.8.2.ebuild
deleted file mode 100644
index e85e66b9b7a..00000000000
--- a/dev-python/snakeoil/snakeoil-0.8.2.ebuild
+++ /dev/null
@@ -1,34 +0,0 @@
-# Copyright 1999-2019 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=6
-PYTHON_COMPAT=( python3_{6,7} )
-PYTHON_REQ_USE="threads(+)"
-inherit distutils-r1
-
-if [[ ${PV} == *9999 ]] ; then
-	EGIT_REPO_URI="https://github.com/pkgcore/snakeoil.git"
-	inherit git-r3
-else
-	KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~m68k ~mips ~ppc ~ppc64 ~riscv ~s390 ~sh ~sparc ~x86"
-	SRC_URI="mirror://pypi/${PN:0:1}/${PN}/${P}.tar.gz"
-fi
-
-DESCRIPTION="misc common functionality and useful optimizations"
-HOMEPAGE="https://github.com/pkgcore/snakeoil"
-
-LICENSE="BSD"
-SLOT="0"
-IUSE="test"
-RESTRICT="!test? ( test )"
-
-DEPEND="dev-python/setuptools[${PYTHON_USEDEP}]
-	test? (
-		dev-python/pytest[${PYTHON_USEDEP}]
-		dev-python/pytest-mock[${PYTHON_USEDEP}]
-	)"
-[[ ${PV} == 9999 ]] && DEPEND+=" dev-python/cython[${PYTHON_USEDEP}]"
-
-python_test() {
-	esetup.py test
-}


             reply	other threads:[~2019-09-13 17:49 UTC|newest]

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

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=1568396773.10114e2f430e383a5aa60f69ee1b0123b25164f3.radhermit@gentoo \
    --to=radhermit@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