diff options
| author | root <root@alpha.trunkmasters.com> | 2026-06-12 19:09:37 -0500 |
|---|---|---|
| committer | root <root@alpha.trunkmasters.com> | 2026-06-12 19:09:37 -0500 |
| commit | b590c8d7572b727d565cc0b8ff660d43569845de (patch) | |
| tree | 06f7a4102ea4e845df8b66660f252920d52952f9 /dev-python/decorator | |
| parent | 24f9cbfc4c34fdb6a6e03311674414e881ceab47 (diff) | |
| download | baldeagleos-repo-b590c8d7572b727d565cc0b8ff660d43569845de.tar.gz baldeagleos-repo-b590c8d7572b727d565cc0b8ff660d43569845de.tar.xz baldeagleos-repo-b590c8d7572b727d565cc0b8ff660d43569845de.zip | |
Adding metadata
Diffstat (limited to 'dev-python/decorator')
| -rw-r--r-- | dev-python/decorator/Manifest | 3 | ||||
| -rw-r--r-- | dev-python/decorator/decorator-5.2.1.ebuild | 23 | ||||
| -rw-r--r-- | dev-python/decorator/decorator-5.3.0.ebuild | 23 | ||||
| -rw-r--r-- | dev-python/decorator/decorator-5.3.1.ebuild | 23 | ||||
| -rw-r--r-- | dev-python/decorator/metadata.xml | 19 |
5 files changed, 91 insertions, 0 deletions
diff --git a/dev-python/decorator/Manifest b/dev-python/decorator/Manifest new file mode 100644 index 000000000000..77e1f3d86d4b --- /dev/null +++ b/dev-python/decorator/Manifest @@ -0,0 +1,3 @@ +DIST decorator-5.2.1.tar.gz 56711 BLAKE2B bb08e43f6d3480a5c769fe8a433304a7959155430d576e8c6fbb6c6aaf27ef47d3af2bd4c349f9aa91f70bea0d694f7cd48bfe8a3135f782ada7a943a5cccd4e SHA512 c834a3536e429aaff38d34a56b574344551c160e25676ca5febb5dcf521d71f284ebb8294d3264f65a801219860352377e5a4be89927217cb5da9cb6c6aa45ec +DIST decorator-5.3.0.tar.gz 58431 BLAKE2B ffe0cdc06b779b0f1139ec7ecf352af640951eae2d0c2f565f8ab8b66faf8cd277d33a4b5e0893e37c4925a120c961dcc411bea6d2c99e36bba55967712e0733 SHA512 85dcce0e7fc406f87594c7d44c6278c863d95a2432a4fdd509f96e3ab1976f172a89e534aeac8914b19a3a0faf8fb0c816674171af371bb101d5c676a87f7404 +DIST decorator-5.3.1.tar.gz 58084 BLAKE2B 7b51cd37631444b9ae27e27a3782439296e2f944dbe6de7a1d1855999e54fd228a8f70aff16479f535826202ba831183e3b791bc59c3c4480c18d3380a1eaba9 SHA512 55fe7d85849916cecb3f55b582ca325764af654769f5ea93ee3f877304dbc776ab7d0eda8f7d5f6d2f36c18717f7237ab10aef3c8a6b65822a648c9dbaea4772 diff --git a/dev-python/decorator/decorator-5.2.1.ebuild b/dev-python/decorator/decorator-5.2.1.ebuild new file mode 100644 index 000000000000..03ae30a16834 --- /dev/null +++ b/dev-python/decorator/decorator-5.2.1.ebuild @@ -0,0 +1,23 @@ +# Copyright 1999-2026 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="Simplifies the usage of decorators for the average programmer" +HOMEPAGE=" + https://github.com/micheles/decorator/ + https://pypi.org/project/decorator/ +" + +LICENSE="BSD" +SLOT="0" +KEYWORDS="~alpha amd64 arm arm64 ~hppa ~loong ~mips ppc ppc64 ~riscv ~s390 ~sparc x86 ~arm64-macos ~x64-macos" + +python_test() { + "${EPYTHON}" tests/test.py -v || die "Tests failed with ${EPYTHON}" +} diff --git a/dev-python/decorator/decorator-5.3.0.ebuild b/dev-python/decorator/decorator-5.3.0.ebuild new file mode 100644 index 000000000000..e35f736167aa --- /dev/null +++ b/dev-python/decorator/decorator-5.3.0.ebuild @@ -0,0 +1,23 @@ +# Copyright 1999-2026 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="Simplifies the usage of decorators for the average programmer" +HOMEPAGE=" + https://github.com/micheles/decorator/ + https://pypi.org/project/decorator/ +" + +LICENSE="BSD" +SLOT="0" +KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~loong ~mips ~ppc ~ppc64 ~riscv ~s390 ~sparc ~x86 ~arm64-macos ~x64-macos" + +python_test() { + "${EPYTHON}" tests/test.py -v || die "Tests failed with ${EPYTHON}" +} diff --git a/dev-python/decorator/decorator-5.3.1.ebuild b/dev-python/decorator/decorator-5.3.1.ebuild new file mode 100644 index 000000000000..e35f736167aa --- /dev/null +++ b/dev-python/decorator/decorator-5.3.1.ebuild @@ -0,0 +1,23 @@ +# Copyright 1999-2026 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="Simplifies the usage of decorators for the average programmer" +HOMEPAGE=" + https://github.com/micheles/decorator/ + https://pypi.org/project/decorator/ +" + +LICENSE="BSD" +SLOT="0" +KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~loong ~mips ~ppc ~ppc64 ~riscv ~s390 ~sparc ~x86 ~arm64-macos ~x64-macos" + +python_test() { + "${EPYTHON}" tests/test.py -v || die "Tests failed with ${EPYTHON}" +} diff --git a/dev-python/decorator/metadata.xml b/dev-python/decorator/metadata.xml new file mode 100644 index 000000000000..730b5fe12160 --- /dev/null +++ b/dev-python/decorator/metadata.xml @@ -0,0 +1,19 @@ +<?xml version="1.0" encoding="UTF-8"?> +<!DOCTYPE pkgmetadata SYSTEM "https://docs.baldeagleos.com/dtd/metadata.dtd"> +<pkgmetadata> + <maintainer type="project"> + <email>python@gentoo.org</email> + <name>Python</name> + </maintainer> + <longdescription lang="en"> + The aim of the decorator python module is to simplify the usage of + decorators for the average programmer and to popularize decorators + usage giving examples of useful decorators, such as memoize, tracing, + redirecting_stdout, locked, etc. + </longdescription> + <stabilize-allarches /> + <upstream> + <bugs-to>https://github.com/micheles/decorator/issues</bugs-to> + </upstream> + <origin>baldeagleos-repo</origin> +</pkgmetadata> |
