From: "Michał Górny" <mgorny@gentoo.org>
To: gentoo-commits@lists.gentoo.org
Subject: [gentoo-commits] repo/gentoo:master commit in: dev-python/typed-ast/
Date: Tue, 14 Jan 2020 03:53:38 +0000 (UTC) [thread overview]
Message-ID: <1578973998.0278c9ef72411d1036ce0cbc3221a9b11252ae3c.mgorny@gentoo> (raw)
commit: 0278c9ef72411d1036ce0cbc3221a9b11252ae3c
Author: Michał Górny <mgorny <AT> gentoo <DOT> org>
AuthorDate: Tue Jan 14 03:30:42 2020 +0000
Commit: Michał Górny <mgorny <AT> gentoo <DOT> org>
CommitDate: Tue Jan 14 03:53:18 2020 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=0278c9ef
dev-python/typed-ast: Remove redundant versions
Signed-off-by: Michał Górny <mgorny <AT> gentoo.org>
dev-python/typed-ast/Manifest | 3 ---
dev-python/typed-ast/typed-ast-1.1.0.ebuild | 16 ----------------
dev-python/typed-ast/typed-ast-1.2.0.ebuild | 18 ------------------
dev-python/typed-ast/typed-ast-1.3.1.ebuild | 18 ------------------
4 files changed, 55 deletions(-)
diff --git a/dev-python/typed-ast/Manifest b/dev-python/typed-ast/Manifest
index fac222b1bb7..9e651ce8c49 100644
--- a/dev-python/typed-ast/Manifest
+++ b/dev-python/typed-ast/Manifest
@@ -1,4 +1 @@
-DIST typed-ast-1.1.0.tar.gz 200587 BLAKE2B 09dd6d65513a37a57ecb6df2a505100f5fc08a49a244f1cb83af363d20d9b1b76f127ec5da6ef115a56ae6dc560ab40dcaae4740385fdd9e305bfd2ec26fdbaf SHA512 439e949082ee5cb9434fec99021c08401a46ec2ad16d96296c6440aa1fd8158f6605efbdfa55e536c3fddd4018bb0f4c5ee4d5a4a32954242b7902b9ce3463f2
-DIST typed-ast-1.2.0.tar.gz 202702 BLAKE2B 79e919019763f4af0a2f24108cfa418693dc5a1d791a0045a49fb128d715f91ec5bcca6d4bb6812e19b7a5438bcb27d239f2aba7de8b859d4e8e73027c59665f SHA512 801f59cdce48f7be3045c44d207a5a269bc1cd5ca9f0536d3d16f10ce82794a7e5cd5d3c83982927cebc52e1b1dbd47532140bcedca0ca4ace45b726aa0343ee
-DIST typed-ast-1.3.1.tar.gz 204285 BLAKE2B 209911e0dc7291ec4b48ce7c5163d738ccd0978027d2bb1b64004c0f08feb7567d83ba8f04dfe48975ecc2116ee365a903f455dddcaf1bc07cf5deb08572f92c SHA512 390547485878ccb7e3a168e24b8b63c1784888ecedfae980562c3c0c0073c73ebef27190feeac99745c205d18061ffe5e3eb0830068968176ef2a06fd3ae4b2a
DIST typed_ast-1.4.0.tar.gz 206620 BLAKE2B 59d3ed516b63643e37d9530dcb82670dd0e36f436650880f9fb304d081c3a72ecd494646dbf8f62fe95d2e70742390a5be711bcb803f1f0b6524dec1bf43c8c3 SHA512 b74e7fc51cde16439eae7cf41f0bdb95b5998362eccb73cf736f343cdab64daab63bc0f95f05a4911b229761749bdd31ac83423b58f2f3e1e1dadc7e6015bc1c
diff --git a/dev-python/typed-ast/typed-ast-1.1.0.ebuild b/dev-python/typed-ast/typed-ast-1.1.0.ebuild
deleted file mode 100644
index 7c70025fe0f..00000000000
--- a/dev-python/typed-ast/typed-ast-1.1.0.ebuild
+++ /dev/null
@@ -1,16 +0,0 @@
-# Copyright 1999-2020 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=6
-
-PYTHON_COMPAT=( python3_6 )
-inherit distutils-r1
-
-DESCRIPTION="A fork of Python 2 and 3 ast modules with type comment support"
-HOMEPAGE="https://github.com/python/typed_ast"
-SRC_URI="mirror://pypi/${PN:0:1}/${PN}/${P}.tar.gz"
-
-LICENSE="Apache-2.0 MIT"
-SLOT="0"
-KEYWORDS="~amd64 ~x86"
-IUSE=""
diff --git a/dev-python/typed-ast/typed-ast-1.2.0.ebuild b/dev-python/typed-ast/typed-ast-1.2.0.ebuild
deleted file mode 100644
index 439c03c60dc..00000000000
--- a/dev-python/typed-ast/typed-ast-1.2.0.ebuild
+++ /dev/null
@@ -1,18 +0,0 @@
-# Copyright 1999-2020 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=7
-
-PYTHON_COMPAT=( python3_{6,7} )
-inherit distutils-r1
-
-DESCRIPTION="Python typed-ast backported"
-HOMEPAGE="https://pypi.org/project/typed-ast/"
-SRC_URI="mirror://pypi/${PN:0:1}/${PN}/${P}.tar.gz"
-
-LICENSE="Apache-2.0 MIT"
-SLOT="0"
-KEYWORDS="~amd64 ~arm ~ia64 ~ppc64 ~sparc ~x86"
-IUSE=""
-
-DEPEND="dev-python/setuptools[${PYTHON_USEDEP}]"
diff --git a/dev-python/typed-ast/typed-ast-1.3.1.ebuild b/dev-python/typed-ast/typed-ast-1.3.1.ebuild
deleted file mode 100644
index c8a10e8068a..00000000000
--- a/dev-python/typed-ast/typed-ast-1.3.1.ebuild
+++ /dev/null
@@ -1,18 +0,0 @@
-# Copyright 1999-2020 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=7
-
-PYTHON_COMPAT=( python3_{6,7} )
-inherit distutils-r1
-
-DESCRIPTION="Python typed-ast backported"
-HOMEPAGE="https://pypi.org/project/typed-ast/"
-SRC_URI="mirror://pypi/${PN:0:1}/${PN}/${P}.tar.gz"
-
-LICENSE="Apache-2.0 MIT"
-SLOT="0"
-KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~ia64 ~ppc ~ppc64 ~sparc ~x86"
-IUSE=""
-
-DEPEND="dev-python/setuptools[${PYTHON_USEDEP}]"
next reply other threads:[~2020-01-14 3:53 UTC|newest]
Thread overview: 97+ messages / expand[flat|nested] mbox.gz Atom feed top
2020-01-14 3:53 Michał Górny [this message]
-- strict thread matches above, loose matches on Subject: below --
2023-07-05 6:19 [gentoo-commits] repo/gentoo:master commit in: dev-python/typed-ast/ Michał Górny
2023-05-04 16:56 Michał Górny
2023-03-17 17:55 Michał Górny
2023-03-16 18:13 Michał Górny
2022-07-02 23:27 WANG Xuerui
2022-06-22 16:41 Michał Górny
2022-06-22 16:25 Arthur Zamarin
2022-06-22 13:23 Agostino Sarubbo
2022-06-22 10:16 Agostino Sarubbo
2022-06-22 10:14 Agostino Sarubbo
2022-06-22 10:13 Agostino Sarubbo
2022-06-22 10:10 Agostino Sarubbo
2022-06-21 18:21 Arthur Zamarin
2022-06-21 18:11 Arthur Zamarin
2022-05-27 19:55 Michał Górny
2022-05-27 11:04 Jakov Smolić
2022-05-27 10:06 Jakov Smolić
2022-05-27 9:49 Jakov Smolić
2022-05-27 9:41 Jakov Smolić
2022-05-27 9:25 Jakov Smolić
2022-05-27 9:14 Jakov Smolić
2022-05-27 9:12 Jakov Smolić
2022-05-27 9:07 Jakov Smolić
2022-05-22 5:53 Michał Górny
2022-04-26 2:26 Sam James
2022-04-25 19:27 Sam James
2022-04-16 15:36 Arthur Zamarin
2022-03-12 19:53 Michał Górny
2022-03-12 11:31 Arthur Zamarin
2022-03-06 23:40 Sam James
2022-03-06 7:47 Sam James
2022-02-27 16:38 Sam James
2022-02-27 12:29 Jakov Smolić
2022-01-24 18:11 Arthur Zamarin
2022-01-06 18:30 Arthur Zamarin
2022-01-04 3:22 Sam James
2022-01-04 3:20 Sam James
2022-01-04 3:20 Sam James
2022-01-04 3:20 Sam James
2022-01-03 19:23 Jakov Smolić
2022-01-03 18:34 Arthur Zamarin
2022-01-03 18:07 Arthur Zamarin
2021-12-04 5:36 Michał Górny
2021-05-20 19:53 Michał Górny
2021-05-20 14:26 Sergei Trofimovich
2021-05-20 1:47 Sam James
2021-05-19 23:41 Sam James
2021-05-19 9:47 Agostino Sarubbo
2021-05-18 23:20 Sam James
2021-05-18 23:20 Sam James
2021-05-18 23:20 Sam James
2021-05-18 23:20 Sam James
2021-05-07 11:25 Michał Górny
2021-04-12 8:02 Michał Górny
2021-03-09 8:47 Michał Górny
2021-03-05 17:35 Michał Górny
2021-03-05 16:36 Sam James
2021-03-03 21:20 Sam James
2021-03-02 19:08 Sergei Trofimovich
2021-03-02 5:55 Sam James
2021-03-02 5:52 Sam James
2021-03-02 4:37 Sam James
2021-03-02 2:33 Sam James
2021-03-02 1:52 Sam James
2020-12-31 8:54 Michał Górny
2020-11-28 13:26 Sam James
2020-07-18 3:02 Joshua Kinard
2020-06-16 22:54 Patrick McLean
2020-06-04 14:28 Sergei Trofimovich
2020-04-09 18:40 Sergei Trofimovich
2020-03-26 11:48 Michał Górny
2020-03-26 11:48 Michał Górny
2020-03-14 18:25 Mikle Kolyada
2020-03-09 12:48 Agostino Sarubbo
2020-03-09 12:42 Agostino Sarubbo
2020-03-09 12:41 Agostino Sarubbo
2020-03-09 12:39 Agostino Sarubbo
2020-03-09 11:17 Agostino Sarubbo
2020-03-09 10:23 Agostino Sarubbo
2020-01-23 7:02 Michał Górny
2020-01-23 7:02 Michał Górny
2020-01-14 5:15 Andreas K. Hüttel
2020-01-14 3:53 Michał Górny
2019-12-03 3:02 Aaron Bauman
2019-11-30 0:44 Patrick McLean
2019-06-28 14:58 Michał Górny
2019-05-01 19:54 Sergei Trofimovich
2019-04-08 19:30 Aaron Bauman
2019-04-08 16:03 Mikle Kolyada
2019-02-28 10:04 Mike Auty
2019-02-17 15:50 Mikle Kolyada
2019-02-09 19:37 Sergei Trofimovich
2019-02-09 19:33 Sergei Trofimovich
2019-02-02 10:11 Sergei Trofimovich
2019-02-01 2:13 Virgil Dupras
2017-07-19 14:53 Manuel Rüger
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=1578973998.0278c9ef72411d1036ce0cbc3221a9b11252ae3c.mgorny@gentoo \
--to=mgorny@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