diff options
author | V3n3RiX <venerix@koprulu.sector> | 2024-11-23 03:02:57 +0000 |
---|---|---|
committer | V3n3RiX <venerix@koprulu.sector> | 2024-11-23 03:02:57 +0000 |
commit | 71dd9d29cdaf7cc0ecdb9ea37d128726a941c630 (patch) | |
tree | 4eccd905f575579fe47abb8a83bbdb44ceb8c929 /dev-python/IPy | |
parent | c7a7ec40cf928d8fc6a8241aa208272c008c7b4d (diff) |
gentoo auto-resync : 23:11:2024 - 03:02:56
Diffstat (limited to 'dev-python/IPy')
-rw-r--r-- | dev-python/IPy/IPy-1.01-r1.ebuild | 37 | ||||
-rw-r--r-- | dev-python/IPy/Manifest | 3 | ||||
-rw-r--r-- | dev-python/IPy/metadata.xml | 13 |
3 files changed, 0 insertions, 53 deletions
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 c2987fa5b72a..000000000000 --- a/dev-python/IPy/IPy-1.01-r1.ebuild +++ /dev/null @@ -1,37 +0,0 @@ -# Copyright 1999-2024 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_{10..12} ) - -inherit distutils-r1 pypi - -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/ -" - -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/Manifest b/dev-python/IPy/Manifest deleted file mode 100644 index 14869fe12003..000000000000 --- a/dev-python/IPy/Manifest +++ /dev/null @@ -1,3 +0,0 @@ -DIST IPy-1.01.tar.gz 33641 BLAKE2B 10d5ac5c3df00a562393ee762e9ad0f458ecf4745f894ab23e686b7112842adcbb3f25064c0010630745273fa72280ba5ef92a951d687d0f46f341acd6c041ad SHA512 f0983254523025a1819d543877d9651fb6a9e39dabd3b043488495f681b02e43b544a0121658a0430a418a1c39b360a59db1699af87a75a16a2bdc29fcb2b74c -EBUILD IPy-1.01-r1.ebuild 819 BLAKE2B 2e27682e517da88383587d11b0a867d20b2f9d0ccd2f23c537585e554481e47fe842c747f098ee556c0e7900d4a2dcad132e9831862ec67a0d4a732e5656437e SHA512 ec54129c72f2225c681470f1e46cc4dcd09155e9ee0e50e403d494079fe2c8105110e2f47dbb12f1999b013b14e2ae757a2665ccd8c7ce5af01b005c911fffc6 -MISC metadata.xml 404 BLAKE2B 9b453bad2b9cc6b6f7b6bca5bd69afbc1c8181f8250d5889b8a192f6a242e94b546b650d0ca05acd7668cee160642d519d2eaa3f3d8755ffa228b43efbd3a6a0 SHA512 fb2d4c33ea00c87f1106ebf2ea4150476c62acd544f9c94cf28d5113cd272179df4710595135f5edd26cded036977fb7253e77c83d34ae362bd4b35eebbe356c diff --git a/dev-python/IPy/metadata.xml b/dev-python/IPy/metadata.xml deleted file mode 100644 index 29540e39f370..000000000000 --- a/dev-python/IPy/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">IPy</remote-id> - <remote-id type="github">autocracy/python-ipy</remote-id> - </upstream> -</pkgmetadata> |