summaryrefslogtreecommitdiff
path: root/dev-python/gast
diff options
context:
space:
mode:
authorroot <root@alpha.trunkmasters.com>2026-06-04 16:24:49 -0500
committerroot <root@alpha.trunkmasters.com>2026-06-04 16:24:49 -0500
commita3ceca1b4c0d9bdb550dc23f06ffbb5a8e033bc7 (patch)
tree0c52bbae1c242fbc296bd650fcd1167685f81492 /dev-python/gast
parentbfd9c39e4712ebdb442d4ca0673061faed1e70e1 (diff)
downloadbaldeagleos-repo-a3ceca1b4c0d9bdb550dc23f06ffbb5a8e033bc7.tar.gz
baldeagleos-repo-a3ceca1b4c0d9bdb550dc23f06ffbb5a8e033bc7.tar.xz
baldeagleos-repo-a3ceca1b4c0d9bdb550dc23f06ffbb5a8e033bc7.zip
Adding metadata
Diffstat (limited to 'dev-python/gast')
-rw-r--r--dev-python/gast/Manifest2
-rw-r--r--dev-python/gast/gast-0.6.0.ebuild21
-rw-r--r--dev-python/gast/gast-0.7.0.ebuild21
-rw-r--r--dev-python/gast/metadata.xml20
4 files changed, 0 insertions, 64 deletions
diff --git a/dev-python/gast/Manifest b/dev-python/gast/Manifest
deleted file mode 100644
index 41576fbc6d19..000000000000
--- a/dev-python/gast/Manifest
+++ /dev/null
@@ -1,2 +0,0 @@
-DIST gast-0.6.0.tar.gz 27708 BLAKE2B d3084eee3d3b2665d8435450f0b7fad7979656c1d5e2fc474ea25918005ebd70dddc0e6b955c6bd7ab4cdedd3aa2547bbf8daacc47846313196508150e18c896 SHA512 a482d0ca489781b57c119169a9bc502a84ead352ed5c4edc078907e8baa4f9abd379ee01df9cad9565a33fa1d0f363bea7b5c17b7d3cf6d600ef96018b97191b
-DIST gast-0.7.0.tar.gz 33630 BLAKE2B 54657229d77eae84480c7f33e894fbd012880c3e9c31ee784654618da7aa7a9536eb1237bada6aa999cb4a2c14fff517c9cec80291e7e4ab20128d94c80d01aa SHA512 ee7c17f3f890edf8e32845bee9b616cd0ed4a0b235833b11ce6716f15675a03fc835b2df1ac6417d5332e2c162ade0fdc0533914c014537ab0526f98dd7339aa
diff --git a/dev-python/gast/gast-0.6.0.ebuild b/dev-python/gast/gast-0.6.0.ebuild
deleted file mode 100644
index 7058be27073d..000000000000
--- a/dev-python/gast/gast-0.6.0.ebuild
+++ /dev/null
@@ -1,21 +0,0 @@
-# Copyright 1999-2025 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=8
-
-DISTUTILS_USE_PEP517=setuptools
-PYTHON_COMPAT=( python3_{13..14} )
-
-inherit distutils-r1 pypi
-
-DESCRIPTION="A generic AST to represent Python2 and Python3's Abstract Syntax Tree (AST)"
-HOMEPAGE="
- https://github.com/serge-sans-paille/gast/
- https://pypi.org/project/gast/
-"
-
-LICENSE="BSD PSF-2"
-SLOT="0"
-KEYWORDS="amd64 arm arm64 ~loong ppc ppc64 ~riscv ~s390 ~sparc x86 ~arm64-macos ~x64-macos"
-
-distutils_enable_tests unittest
diff --git a/dev-python/gast/gast-0.7.0.ebuild b/dev-python/gast/gast-0.7.0.ebuild
deleted file mode 100644
index 7058be27073d..000000000000
--- a/dev-python/gast/gast-0.7.0.ebuild
+++ /dev/null
@@ -1,21 +0,0 @@
-# Copyright 1999-2025 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=8
-
-DISTUTILS_USE_PEP517=setuptools
-PYTHON_COMPAT=( python3_{13..14} )
-
-inherit distutils-r1 pypi
-
-DESCRIPTION="A generic AST to represent Python2 and Python3's Abstract Syntax Tree (AST)"
-HOMEPAGE="
- https://github.com/serge-sans-paille/gast/
- https://pypi.org/project/gast/
-"
-
-LICENSE="BSD PSF-2"
-SLOT="0"
-KEYWORDS="amd64 arm arm64 ~loong ppc ppc64 ~riscv ~s390 ~sparc x86 ~arm64-macos ~x64-macos"
-
-distutils_enable_tests unittest
diff --git a/dev-python/gast/metadata.xml b/dev-python/gast/metadata.xml
deleted file mode 100644
index e77ea5db09a7..000000000000
--- a/dev-python/gast/metadata.xml
+++ /dev/null
@@ -1,20 +0,0 @@
-<?xml version="1.0" encoding="UTF-8"?>
-<!DOCTYPE pkgmetadata SYSTEM "https://www.gentoo.org/dtd/metadata.dtd">
-<pkgmetadata>
- <maintainer type="person">
- <email>perfinion@gentoo.org</email>
- </maintainer>
- <maintainer type="project">
- <email>python@gentoo.org</email>
- <name>Python</name>
- </maintainer>
- <longdescription lang="en">
- A generic AST to represent Python2 and Python3's Abstract Syntax Tree(AST).
- GAST provides a compatibility layer between the AST of various Python versions, as produced by ast.parse from the standard ast module.
- </longdescription>
- <stabilize-allarches/>
- <upstream>
- <remote-id type="github">serge-sans-paille/gast</remote-id>
- <remote-id type="pypi">gast</remote-id>
- </upstream>
-</pkgmetadata>