summaryrefslogtreecommitdiff
path: root/dev-python/ipy
diff options
context:
space:
mode:
authorLiguros - Gitlab CI/CD [develop] <gitlab@liguros.net>2022-07-02 13:10:15 +0000
committerLiguros - Gitlab CI/CD [develop] <gitlab@liguros.net>2022-07-02 13:10:15 +0000
commitae9512cdfbd3c1b4ff9c7cefaf0cff4a99eadb2c (patch)
tree2e4341b963692ea564ffe8984842ca471e010a6f /dev-python/ipy
parent4b562e795234dd4616d1b74e4bc5bd42fc57ddb6 (diff)
downloadbaldeagleos-repo-ae9512cdfbd3c1b4ff9c7cefaf0cff4a99eadb2c.tar.gz
baldeagleos-repo-ae9512cdfbd3c1b4ff9c7cefaf0cff4a99eadb2c.tar.xz
baldeagleos-repo-ae9512cdfbd3c1b4ff9c7cefaf0cff4a99eadb2c.zip
Adding metadata
Diffstat (limited to 'dev-python/ipy')
-rw-r--r--dev-python/ipy/Manifest1
-rw-r--r--dev-python/ipy/ipy-1.01-r1.ebuild39
-rw-r--r--dev-python/ipy/metadata.xml11
3 files changed, 0 insertions, 51 deletions
diff --git a/dev-python/ipy/Manifest b/dev-python/ipy/Manifest
deleted file mode 100644
index 23bdf7c8ec7f..000000000000
--- a/dev-python/ipy/Manifest
+++ /dev/null
@@ -1 +0,0 @@
-DIST IPy-1.01.tar.gz 33641 BLAKE2B 10d5ac5c3df00a562393ee762e9ad0f458ecf4745f894ab23e686b7112842adcbb3f25064c0010630745273fa72280ba5ef92a951d687d0f46f341acd6c041ad SHA512 f0983254523025a1819d543877d9651fb6a9e39dabd3b043488495f681b02e43b544a0121658a0430a418a1c39b360a59db1699af87a75a16a2bdc29fcb2b74c
diff --git a/dev-python/ipy/ipy-1.01-r1.ebuild b/dev-python/ipy/ipy-1.01-r1.ebuild
deleted file mode 100644
index 62d93bb53774..000000000000
--- a/dev-python/ipy/ipy-1.01-r1.ebuild
+++ /dev/null
@@ -1,39 +0,0 @@
-# Copyright 1999-2022 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=8
-
-DISTUTILS_USE_PEP517=setuptools
-PYTHON_COMPAT=( python3_{7,8,9,10} )
-
-inherit distutils-r1
-
-MY_PN="IPy"
-MY_P="${MY_PN}-${PV}"
-DESCRIPTION="Class and tools for handling of IPv4 and IPv6 addresses and networks"
-HOMEPAGE="
- https://github.com/autocracy/python-ipy/
- https://pypi.org/project/IPy/
-"
-SRC_URI="mirror://pypi/${MY_PN:0:1}/${MY_PN}/${MY_P}.tar.gz"
-S="${WORKDIR}/${MY_PN}-${PV}"
-
-LICENSE="BSD"
-SLOT="0"
-KEYWORDS="amd64 ~arm ~arm64 ~mips ~ppc ~ppc64 ~sparc x86"
-IUSE="examples"
-
-python_test() {
- "${EPYTHON}" test/test_IPy.py || die "Tests fail with ${EPYTHON}"
- "${EPYTHON}" test_doc.py || die "Doctests fail with ${EPYTHON}"
-}
-
-python_install_all() {
- if use examples; then
- docinto examples
- dodoc -r example/.
- docompress -x /usr/share/doc/${PF}/examples
- fi
-
- distutils-r1_python_install_all
-}
diff --git a/dev-python/ipy/metadata.xml b/dev-python/ipy/metadata.xml
deleted file mode 100644
index ea8988e8af6a..000000000000
--- a/dev-python/ipy/metadata.xml
+++ /dev/null
@@ -1,11 +0,0 @@
-<?xml version="1.0" encoding="UTF-8"?>
-<!DOCTYPE pkgmetadata SYSTEM "https://liguros.gitlab.io/dtd/metadata.dtd">
-<pkgmetadata>
- <maintainer type="project">
- <email>python@gentoo.org</email>
- <name>Python</name>
- </maintainer>
-
- <origin>gentoo-staging</origin>
- <stabilize-allarches/>
-</pkgmetadata> \ No newline at end of file