* [gentoo-commits] repo/gentoo:master commit in: profiles/, dev-python/typed-ast/
@ 2023-08-12 12:44 Jakov Smolić
0 siblings, 0 replies; only message in thread
From: Jakov Smolić @ 2023-08-12 12:44 UTC (permalink / raw
To: gentoo-commits
commit: b1f07906d0881cd67a0681a2fe662b61d8785f1f
Author: Jakov Smolić <jsmolic <AT> gentoo <DOT> org>
AuthorDate: Sat Aug 12 12:41:00 2023 +0000
Commit: Jakov Smolić <jsmolic <AT> gentoo <DOT> org>
CommitDate: Sat Aug 12 12:42:30 2023 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=b1f07906
dev-python/typed-ast: treeclean
Closes: https://bugs.gentoo.org/909729
Signed-off-by: Jakov Smolić <jsmolic <AT> gentoo.org>
dev-python/typed-ast/Manifest | 2 --
dev-python/typed-ast/metadata.xml | 12 ------------
dev-python/typed-ast/typed-ast-1.5.4.ebuild | 27 ---------------------------
dev-python/typed-ast/typed-ast-1.5.5.ebuild | 27 ---------------------------
profiles/package.mask | 6 ------
5 files changed, 74 deletions(-)
diff --git a/dev-python/typed-ast/Manifest b/dev-python/typed-ast/Manifest
deleted file mode 100644
index 04cfadb5958f..000000000000
--- a/dev-python/typed-ast/Manifest
+++ /dev/null
@@ -1,2 +0,0 @@
-DIST typed_ast-1.5.4.tar.gz 252491 BLAKE2B 07a97a881cd4c015897ca85e0b46acd6f63c48dbc69f4d73ad5e3bfd42b1b995a614d97b81c8d21c8d5dcbdddc838bffde033e11b55d866fa8e8db0aa8048731 SHA512 1ff27316d8e07219ad5b3744c167b7a7dfebb992f8ebc4623bf510f8b5d2b939cc9f659428e3228a42cdec0e63215cca973458aa914f2efdc59d5f33c150e153
-DIST typed_ast-1.5.5.tar.gz 252841 BLAKE2B 268773f648e05554246b5be3c5e66889f0e266e23a7d7a8f63b63ae055a68ef64ce8038e77089c95a5c791795b6e6dc0ff1cc048c6e0a6ba8ca8a2856078bf1c SHA512 df0faae882c2f367fd5dc0aeeed12806307c739bfe2f466e199821f4197280e3d82fceee83580face3ef7b5bf184b29477f0828766f2b8991c3fbb2a4265eb3c
diff --git a/dev-python/typed-ast/metadata.xml b/dev-python/typed-ast/metadata.xml
deleted file mode 100644
index a3ffaaa88237..000000000000
--- a/dev-python/typed-ast/metadata.xml
+++ /dev/null
@@ -1,12 +0,0 @@
-<?xml version="1.0" encoding="UTF-8"?>
-<!DOCTYPE pkgmetadata SYSTEM "https://www.gentoo.org/dtd/metadata.dtd">
-<pkgmetadata>
- <maintainer type="project">
- <email>python@gentoo.org</email>
- <name>Python</name>
- </maintainer>
- <upstream>
- <remote-id type="github">python/typed_ast</remote-id>
- <remote-id type="pypi">typed-ast</remote-id>
- </upstream>
-</pkgmetadata>
diff --git a/dev-python/typed-ast/typed-ast-1.5.4.ebuild b/dev-python/typed-ast/typed-ast-1.5.4.ebuild
deleted file mode 100644
index 463278594859..000000000000
--- a/dev-python/typed-ast/typed-ast-1.5.4.ebuild
+++ /dev/null
@@ -1,27 +0,0 @@
-# Copyright 1999-2023 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=8
-
-DISTUTILS_EXT=1
-DISTUTILS_USE_PEP517=setuptools
-PYTHON_COMPAT=( python3_{9..11} )
-
-inherit distutils-r1 pypi
-
-DESCRIPTION="Python typed-ast backported"
-HOMEPAGE="
- https://github.com/python/typed_ast/
- https://pypi.org/project/typed-ast/
-"
-
-LICENSE="Apache-2.0 MIT"
-SLOT="0"
-KEYWORDS="~alpha amd64 arm arm64 hppa ~ia64 ~loong ~mips ppc ppc64 ~riscv ~s390 sparc x86 ~x64-macos"
-
-distutils_enable_tests pytest
-
-python_test() {
- cd "${BUILD_DIR}" || die
- epytest
-}
diff --git a/dev-python/typed-ast/typed-ast-1.5.5.ebuild b/dev-python/typed-ast/typed-ast-1.5.5.ebuild
deleted file mode 100644
index 02ae054c3021..000000000000
--- a/dev-python/typed-ast/typed-ast-1.5.5.ebuild
+++ /dev/null
@@ -1,27 +0,0 @@
-# Copyright 1999-2023 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=8
-
-DISTUTILS_EXT=1
-DISTUTILS_USE_PEP517=setuptools
-PYTHON_COMPAT=( python3_{10..11} )
-
-inherit distutils-r1 pypi
-
-DESCRIPTION="Python typed-ast backported"
-HOMEPAGE="
- https://github.com/python/typed_ast/
- https://pypi.org/project/typed-ast/
-"
-
-LICENSE="Apache-2.0 MIT"
-SLOT="0"
-KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~loong ~mips ~ppc ~ppc64 ~riscv ~s390 ~sparc ~x86 ~x64-macos"
-
-distutils_enable_tests pytest
-
-python_test() {
- cd "${BUILD_DIR}" || die
- epytest
-}
diff --git a/profiles/package.mask b/profiles/package.mask
index 38269b9befc2..77eea4061a4c 100644
--- a/profiles/package.mask
+++ b/profiles/package.mask
@@ -351,12 +351,6 @@ dev-util/cucumber-html-formatter:17
# trouble than removal, so: removal on or after 2023-08-05.
dev-php/php-redmine-api
-# Michał Górny <mgorny@gentoo.org> (2023-07-05)
-# Discontinued in favor of built-in `ast` module on all supported
-# versions of Python. No revdeps left.
-# Removal on 2023-08-04.
-dev-python/typed-ast
-
# Sam James <sam@gentoo.org> (2023-07-05)
# Doesn't install all needed files by e.g. kernelshark.
# Need to either split into libtracecmd for the libraries or revert to Makefiles.
^ permalink raw reply related [flat|nested] only message in thread
only message in thread, other threads:[~2023-08-12 12:44 UTC | newest]
Thread overview: (only message) (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2023-08-12 12:44 [gentoo-commits] repo/gentoo:master commit in: profiles/, dev-python/typed-ast/ Jakov Smolić
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox