public inbox for gentoo-commits@lists.gentoo.org
 help / color / mirror / Atom feed
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: Wed, 22 Jun 2022 16:41:11 +0000 (UTC)	[thread overview]
Message-ID: <1655916068.b5edb63eb8f825978060863a00d7d8ca601c0143.mgorny@gentoo> (raw)

commit:     b5edb63eb8f825978060863a00d7d8ca601c0143
Author:     Michał Górny <mgorny <AT> gentoo <DOT> org>
AuthorDate: Wed Jun 22 16:40:03 2022 +0000
Commit:     Michał Górny <mgorny <AT> gentoo <DOT> org>
CommitDate: Wed Jun 22 16:41:08 2022 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=b5edb63e

dev-python/typed-ast: Remove old

Signed-off-by: Michał Górny <mgorny <AT> gentoo.org>

 dev-python/typed-ast/Manifest               |  1 -
 dev-python/typed-ast/typed-ast-1.5.3.ebuild | 24 ------------------------
 2 files changed, 25 deletions(-)

diff --git a/dev-python/typed-ast/Manifest b/dev-python/typed-ast/Manifest
index d97bb8b2ae2d..d4d09da4f5c4 100644
--- a/dev-python/typed-ast/Manifest
+++ b/dev-python/typed-ast/Manifest
@@ -1,3 +1,2 @@
 DIST typed_ast-1.4.3.tar.gz 210893 BLAKE2B 9e0bbaac73d97c13303c783d4e91b015570d9b9ad74361e1bcfe67259982459003ea6c24602ce004fe1447c4375090d5fa58006e18af28da256f6b25d9aa20b1 SHA512 7ac06e277c883afd1a7161601ffca0114aa63db257695a4bf4c64d819a7192fe52167edb57991aefc7accc6a9902b5faf2ba9e4032c4b9be31f1db7a091607c9
-DIST typed_ast-1.5.3.tar.gz 252510 BLAKE2B e258b6c931d31a528091be2e5f7f9bf55f7fa48a14221a95e77924c18879480a34cd8293f9c1125810a43ab001195da2b36637aaee2c9b895b346cc94cab6577 SHA512 481fffc79d99f1f7c0009a9a4f9151745d17269827ea6306f35a015dc9e4cc3d85068948e157076fecff87d9301c18f637edfe7f26d63779ccfe38bf10105969
 DIST typed_ast-1.5.4.tar.gz 252491 BLAKE2B 07a97a881cd4c015897ca85e0b46acd6f63c48dbc69f4d73ad5e3bfd42b1b995a614d97b81c8d21c8d5dcbdddc838bffde033e11b55d866fa8e8db0aa8048731 SHA512 1ff27316d8e07219ad5b3744c167b7a7dfebb992f8ebc4623bf510f8b5d2b939cc9f659428e3228a42cdec0e63215cca973458aa914f2efdc59d5f33c150e153

diff --git a/dev-python/typed-ast/typed-ast-1.5.3.ebuild b/dev-python/typed-ast/typed-ast-1.5.3.ebuild
deleted file mode 100644
index adf944bfa1c6..000000000000
--- a/dev-python/typed-ast/typed-ast-1.5.3.ebuild
+++ /dev/null
@@ -1,24 +0,0 @@
-# Copyright 1999-2022 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=8
-
-PYTHON_COMPAT=( python3_{8..10} )
-DISTUTILS_USE_PEP517=setuptools
-inherit distutils-r1
-
-DESCRIPTION="Python typed-ast backported"
-HOMEPAGE="https://pypi.org/project/typed-ast/ https://github.com/python/typed_ast"
-SRC_URI="mirror://pypi/${PN:0:1}/${PN/-/_}/${P/-/_}.tar.gz"
-S="${WORKDIR}/${P/-/_}"
-
-LICENSE="Apache-2.0 MIT"
-SLOT="0"
-KEYWORDS="~alpha amd64 arm arm64 hppa ~ia64 ~mips ppc ppc64 ~riscv ~s390 sparc x86 ~x64-macos"
-
-distutils_enable_tests pytest
-
-python_test() {
-	cd "${BUILD_DIR}" || die
-	epytest
-}


             reply	other threads:[~2022-06-22 16:41 UTC|newest]

Thread overview: 97+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2022-06-22 16:41 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: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
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=1655916068.b5edb63eb8f825978060863a00d7d8ca601c0143.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