diff options
| author | root <root@alpha.trunkmasters.com> | 2026-06-04 16:24:49 -0500 |
|---|---|---|
| committer | root <root@alpha.trunkmasters.com> | 2026-06-04 16:24:49 -0500 |
| commit | a3ceca1b4c0d9bdb550dc23f06ffbb5a8e033bc7 (patch) | |
| tree | 0c52bbae1c242fbc296bd650fcd1167685f81492 /dev-python/lockfile | |
| parent | bfd9c39e4712ebdb442d4ca0673061faed1e70e1 (diff) | |
| download | baldeagleos-repo-a3ceca1b4c0d9bdb550dc23f06ffbb5a8e033bc7.tar.gz baldeagleos-repo-a3ceca1b4c0d9bdb550dc23f06ffbb5a8e033bc7.tar.xz baldeagleos-repo-a3ceca1b4c0d9bdb550dc23f06ffbb5a8e033bc7.zip | |
Adding metadata
Diffstat (limited to 'dev-python/lockfile')
| -rw-r--r-- | dev-python/lockfile/Manifest | 1 | ||||
| -rw-r--r-- | dev-python/lockfile/files/lockfile-0.12.2-pytest.patch | 20 | ||||
| -rw-r--r-- | dev-python/lockfile/lockfile-0.12.2-r3.ebuild | 30 | ||||
| -rw-r--r-- | dev-python/lockfile/metadata.xml | 13 |
4 files changed, 0 insertions, 64 deletions
diff --git a/dev-python/lockfile/Manifest b/dev-python/lockfile/Manifest deleted file mode 100644 index 788b2e59c3f5..000000000000 --- a/dev-python/lockfile/Manifest +++ /dev/null @@ -1 +0,0 @@ -DIST lockfile-0.12.2.tar.gz 20874 BLAKE2B 8a1e49e8799516b44b219fb28101f3985d75fea842456e69c4357b71eb6a7be21cc56c0f9e885df8da3fb6c584ff4a47c7daad87ba34fc47a8cd40644ece063b SHA512 67b7d651d7e963a497c2604912c61eed90181cdd09c744a0ceaa26e6bbe09d1a871ce48be3949b7da7ea6b366b15492c8c8de589edeca2641ca5e6cb3804df07 diff --git a/dev-python/lockfile/files/lockfile-0.12.2-pytest.patch b/dev-python/lockfile/files/lockfile-0.12.2-pytest.patch deleted file mode 100644 index 47362a4de6a0..000000000000 --- a/dev-python/lockfile/files/lockfile-0.12.2-pytest.patch +++ /dev/null @@ -1,20 +0,0 @@ -diff -dup -r lockfile-0.12.2/test/compliancetest.py lockfile-0.12.2.new/test/compliancetest.py ---- lockfile-0.12.2/test/compliancetest.py 2015-11-25 19:29:13.000000000 +0100 -+++ lockfile-0.12.2.new/test/compliancetest.py 2022-05-27 07:55:43.720523461 +0200 -@@ -6,15 +6,13 @@ import lockfile - - - class ComplianceTest(object): -- def __init__(self): -- self.saved_class = lockfile.LockFile -- - def _testfile(self): - """Return platform-appropriate file. Helper for tests.""" - import tempfile - return os.path.join(tempfile.gettempdir(), 'trash-%s' % os.getpid()) - - def setup(self): -+ self.saved_class = lockfile.LockFile - lockfile.LockFile = self.class_to_test - - def teardown(self): diff --git a/dev-python/lockfile/lockfile-0.12.2-r3.ebuild b/dev-python/lockfile/lockfile-0.12.2-r3.ebuild deleted file mode 100644 index ce5e67d093be..000000000000 --- a/dev-python/lockfile/lockfile-0.12.2-r3.ebuild +++ /dev/null @@ -1,30 +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="Platform-independent file locking module" -HOMEPAGE=" - https://launchpad.net/pylockfile/ - https://pypi.org/project/lockfile/ -" - -LICENSE="MIT" -SLOT="0" -KEYWORDS="~alpha amd64 arm arm64 ~hppa ~loong ~m68k ~mips ppc ppc64 ~riscv ~s390 ~sparc x86" - -BDEPEND=" - >dev-python/pbr-1.8[${PYTHON_USEDEP}] -" - -PATCHES=( - "${FILESDIR}"/${P}-pytest.patch -) - -distutils_enable_tests pytest -distutils_enable_sphinx doc/source --no-autodoc diff --git a/dev-python/lockfile/metadata.xml b/dev-python/lockfile/metadata.xml deleted file mode 100644 index d5e839e4d66c..000000000000 --- a/dev-python/lockfile/metadata.xml +++ /dev/null @@ -1,13 +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> - <stabilize-allarches/> - <upstream> - <remote-id type="pypi">lockfile</remote-id> - <remote-id type="launchpad">pylockfile</remote-id> - </upstream> -</pkgmetadata> |
