summaryrefslogtreecommitdiff
path: root/dev-python/path-and-address
diff options
context:
space:
mode:
authorroot <root@alpha.trunkmasters.com>2026-06-04 05:35:26 -0500
committerroot <root@alpha.trunkmasters.com>2026-06-04 05:35:26 -0500
commitf716a9fe6455d39eef01e718aae68dae61c19704 (patch)
tree0c52bbae1c242fbc296bd650fcd1167685f81492 /dev-python/path-and-address
parent3f9cf298e89cd5037b982abba06091224ee76daf (diff)
downloadbaldeagleos-repo-f716a9fe6455d39eef01e718aae68dae61c19704.tar.gz
baldeagleos-repo-f716a9fe6455d39eef01e718aae68dae61c19704.tar.xz
baldeagleos-repo-f716a9fe6455d39eef01e718aae68dae61c19704.zip
Adding metadata
Diffstat (limited to 'dev-python/path-and-address')
-rw-r--r--dev-python/path-and-address/Manifest1
-rw-r--r--dev-python/path-and-address/metadata.xml13
-rw-r--r--dev-python/path-and-address/path-and-address-2.0.1-r2.ebuild22
3 files changed, 0 insertions, 36 deletions
diff --git a/dev-python/path-and-address/Manifest b/dev-python/path-and-address/Manifest
deleted file mode 100644
index 4c4944153186..000000000000
--- a/dev-python/path-and-address/Manifest
+++ /dev/null
@@ -1 +0,0 @@
-DIST path-and-address-2.0.1.gh.tar.gz 5130 BLAKE2B 98e39d9c359d0abc2659085d187f3d1854eb6329df095a51bc40b1d878049d15e16dea7d10e01110bc8b150f01e593f3a855e3a692db50b62f7092122e17223d SHA512 917b8ccc6656f0b69ecf1afdc7242cb023ae8dc9da64786dd649b90179d425db653e1b8f882b6ca83275f3b8ac510a303367f5ec72aa23f90e7b6f3cf7f13b8e
diff --git a/dev-python/path-and-address/metadata.xml b/dev-python/path-and-address/metadata.xml
deleted file mode 100644
index 1838b58c5891..000000000000
--- a/dev-python/path-and-address/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="person">
- <email>bkohler@gentoo.org</email>
- <name>Ben Kohler</name>
- </maintainer>
- <stabilize-allarches/>
- <upstream>
- <remote-id type="github">joeyespo/path-and-address</remote-id>
- <remote-id type="pypi">path-and-address</remote-id>
- </upstream>
-</pkgmetadata>
diff --git a/dev-python/path-and-address/path-and-address-2.0.1-r2.ebuild b/dev-python/path-and-address/path-and-address-2.0.1-r2.ebuild
deleted file mode 100644
index af12997c7f0e..000000000000
--- a/dev-python/path-and-address/path-and-address-2.0.1-r2.ebuild
+++ /dev/null
@@ -1,22 +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
-
-DESCRIPTION="Functions for server CLI applications used by humans"
-HOMEPAGE="https://github.com/joeyespo/path-and-address"
-SRC_URI="
- https://github.com/joeyespo/path-and-address/archive/v${PV}.tar.gz
- -> ${P}.gh.tar.gz
-"
-
-LICENSE="MIT"
-SLOT="0"
-KEYWORDS="amd64"
-
-distutils_enable_tests pytest