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/setuptools-git | |
| parent | 24f9cbfc4c34fdb6a6e03311674414e881ceab47 (diff) | |
| download | baldeagleos-repo-b590c8d7572b727d565cc0b8ff660d43569845de.tar.gz baldeagleos-repo-b590c8d7572b727d565cc0b8ff660d43569845de.tar.xz baldeagleos-repo-b590c8d7572b727d565cc0b8ff660d43569845de.zip | |
Diffstat (limited to 'dev-python/setuptools-git')
| -rw-r--r-- | dev-python/setuptools-git/Manifest | 1 | ||||
| -rw-r--r-- | dev-python/setuptools-git/metadata.xml | 14 | ||||
| -rw-r--r-- | dev-python/setuptools-git/setuptools-git-1.2-r3.ebuild | 36 |
3 files changed, 51 insertions, 0 deletions
diff --git a/dev-python/setuptools-git/Manifest b/dev-python/setuptools-git/Manifest new file mode 100644 index 000000000000..95839a0d0ef1 --- /dev/null +++ b/dev-python/setuptools-git/Manifest @@ -0,0 +1 @@ +DIST setuptools-git-1.2.tar.gz 10546 BLAKE2B 52b7cd8387037b1eaee91e9df7de9944ea08bf02f4cf9ea74fa9d0febf85d930af989e9a07289935d8886f0fa4439c4cb46556ff81343981153ca35314703a9b SHA512 c070911618b6b92c862fb0bd40f1daeaf79e2ba10389fa1e69e4c50cfdd39c8e57a612082cbc7d932f8cea12a769e13451e35e1c8fe34f170d4817fd0d44f156 diff --git a/dev-python/setuptools-git/metadata.xml b/dev-python/setuptools-git/metadata.xml new file mode 100644 index 000000000000..b14f51ca55ab --- /dev/null +++ b/dev-python/setuptools-git/metadata.xml @@ -0,0 +1,14 @@ +<?xml version="1.0" encoding="UTF-8"?> +<!DOCTYPE pkgmetadata SYSTEM "https://docs.baldeagleos.com/dtd/metadata.dtd"> +<pkgmetadata> + <maintainer type="person"> + <email>prometheanfire@gentoo.org</email> + <name>Matthew Thode</name> + </maintainer> + <maintainer type="project"> + <email>python@gentoo.org</email> + <name>Python</name> + </maintainer> + <stabilize-allarches /> + <origin>baldeagleos-repo</origin> +</pkgmetadata> diff --git a/dev-python/setuptools-git/setuptools-git-1.2-r3.ebuild b/dev-python/setuptools-git/setuptools-git-1.2-r3.ebuild new file mode 100644 index 000000000000..df415aa2f8e5 --- /dev/null +++ b/dev-python/setuptools-git/setuptools-git-1.2-r3.ebuild @@ -0,0 +1,36 @@ +# Copyright 1999-2025 Gentoo Authors +# Distributed under the terms of the GNU General Public License v2 + +EAPI=8 + +DISTUTILS_USE_PEP517=setuptools +PYPI_NO_NORMALIZE=1 +PYTHON_COMPAT=( python3_{13..14} ) + +inherit distutils-r1 pypi + +DESCRIPTION="Setuptools revision control system plugin for Git" +HOMEPAGE=" + https://github.com/msabramo/setuptools-git/ + https://pypi.org/project/setuptools-git/ +" + +LICENSE="BSD" +SLOT="0" +KEYWORDS="~alpha amd64 arm arm64 ~hppa ~loong ~m68k ~mips ppc ppc64 ~riscv ~s390 ~sparc x86 ~x64-macos" + +RDEPEND=" + dev-python/setuptools[${PYTHON_USEDEP}] + dev-vcs/git +" +BDEPEND=" + ${RDEPEND} +" + +distutils_enable_tests unittest + +src_test() { + git config --global user.name "test user" || die + git config --global user.email "test@email.com" || die + distutils-r1_src_test +} |
