public inbox for gentoo-commits@lists.gentoo.org
 help / color / mirror / Atom feed
From: "Zac Medico" <zmedico@gentoo.org>
To: gentoo-commits@lists.gentoo.org
Subject: [gentoo-commits] repo/gentoo:master commit in: dev-python/eradicate/
Date: Tue,  6 Oct 2020 16:56:57 +0000 (UTC)	[thread overview]
Message-ID: <1602003411.d3a73f0562667892c871933c8d964277b5d140a7.zmedico@gentoo> (raw)

commit:     d3a73f0562667892c871933c8d964277b5d140a7
Author:     Louis Sautier <sbraz <AT> gentoo <DOT> org>
AuthorDate: Tue Oct  6 12:51:59 2020 +0000
Commit:     Zac Medico <zmedico <AT> gentoo <DOT> org>
CommitDate: Tue Oct  6 16:56:51 2020 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=d3a73f05

dev-python/eradicate: bump to 2.0, add tests and Py3.9 support

Package-Manager: Portage-3.0.8, Repoman-3.0.1
Signed-off-by: Louis Sautier <sbraz <AT> gentoo.org>
Signed-off-by: Zac Medico <zmedico <AT> gentoo.org>

 dev-python/eradicate/Manifest               |  1 +
 dev-python/eradicate/eradicate-2.0.0.ebuild | 21 +++++++++++++++++++++
 2 files changed, 22 insertions(+)

diff --git a/dev-python/eradicate/Manifest b/dev-python/eradicate/Manifest
index 3f5fe29c3ba..42769ea1699 100644
--- a/dev-python/eradicate/Manifest
+++ b/dev-python/eradicate/Manifest
@@ -1 +1,2 @@
 DIST eradicate-1.0.tar.gz 4644 BLAKE2B 428577e57fbe9c04074bded6b588cf7f8fd795084332cf3515c0a99f317a64bf195c7e0d5145e6e8a2ba10f2e524f874505844d9cf8c098b528fa213d3dd8a00 SHA512 ed27e73ca25ec76418e06eca80b09cad6386a4cf0b48927de30b0fa6edb8bef2a03312c494bba4bdc6f41b0e2f508a4d3573ff3471dd78aece2c92c46ef8f41b
+DIST eradicate-2.0.0.tar.gz 8390 BLAKE2B 22dced2414622138655be80d1c10b746519d313959c7620cb54c4dc27247b0c29b7607c54934fe1dc379bec2cb729213b7ffb1d27f3f7f9b9a9d186aa9402674 SHA512 947a3890ccb1dbb52e73b37e632ae5ba1eff732d9d0b0dc127fa8dc908412e864fcda3203274d5eb1645b22f6e97a90ebb13cd4363a2360d6591475d909bdb96

diff --git a/dev-python/eradicate/eradicate-2.0.0.ebuild b/dev-python/eradicate/eradicate-2.0.0.ebuild
new file mode 100644
index 00000000000..ce8aeaeca5b
--- /dev/null
+++ b/dev-python/eradicate/eradicate-2.0.0.ebuild
@@ -0,0 +1,21 @@
+# Copyright 1999-2020 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=7
+
+PYTHON_COMPAT=( pypy3 python3_{6..9} )
+DISTUTILS_USE_SETUPTOOLS=no
+
+inherit distutils-r1
+
+DESCRIPTION="Removes commented-out code from Python files"
+HOMEPAGE="https://github.com/myint/eradicate"
+# TODO: revert to PyPI tarball once it includes tests
+# https://github.com/myint/eradicate/pull/28
+SRC_URI="https://github.com/myint/${PN}/archive/v${PV}.tar.gz -> ${P}.tar.gz"
+
+LICENSE="MIT"
+SLOT="0"
+KEYWORDS="~amd64 ~x86"
+
+distutils_enable_tests unittest


             reply	other threads:[~2020-10-06 16:57 UTC|newest]

Thread overview: 42+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2020-10-06 16:56 Zac Medico [this message]
  -- strict thread matches above, loose matches on Subject: below --
2023-07-10  1:47 [gentoo-commits] repo/gentoo:master commit in: dev-python/eradicate/ Michał Górny
2023-07-10  1:47 Michał Górny
2023-07-09 16:51 Arthur Zamarin
2023-06-09 12:22 Michał Górny
2023-06-06 17:39 Arthur Zamarin
2023-04-05  9:14 Michał Górny
2023-04-05  9:14 Michał Górny
2023-04-05  8:29 Arthur Zamarin
2023-03-02  5:13 Michał Górny
2022-11-30 10:18 WANG Xuerui
2022-06-04 17:52 Michał Górny
2022-05-15 10:41 Michał Górny
2022-05-15  8:14 Jakov Smolić
2022-04-06 17:04 Michał Górny
2022-03-15 14:05 Michał Górny
2022-03-15 11:27 Jakov Smolić
2022-02-02 10:48 Sam James
2022-01-29 15:29 Arthur Zamarin
2022-01-29 15:29 Arthur Zamarin
2022-01-29 15:29 Arthur Zamarin
2022-01-29 15:02 Michał Górny
2022-01-29 14:03 Arthur Zamarin
2022-01-29  7:31 Arthur Zamarin
2022-01-02 13:21 Yixun Lan
2021-12-31 16:53 Matt Turner
2021-12-30  8:47 Sam James
2021-12-28 19:43 Arthur Zamarin
2021-12-28 19:40 Arthur Zamarin
2021-12-28 19:30 Arthur Zamarin
2021-12-28 18:54 Arthur Zamarin
2021-12-28 18:53 Arthur Zamarin
2021-12-28 18:51 Arthur Zamarin
2021-12-28 18:49 Arthur Zamarin
2021-12-28 10:19 Sam James
2021-12-27 19:18 Jakov Smolić
2021-08-27  5:43 Arthur Zamarin
2021-08-27  5:43 Arthur Zamarin
2020-04-04  6:40 Zac Medico
2020-04-04  5:20 Zac Medico
2020-02-05 13:00 Michał Górny
2018-10-13 22:35 Zac Medico

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=1602003411.d3a73f0562667892c871933c8d964277b5d140a7.zmedico@gentoo \
    --to=zmedico@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