diff options
| author | Palica <palica+gitlab@liguros.net> | 2020-06-23 22:35:08 +0200 |
|---|---|---|
| committer | Palica <palica+gitlab@liguros.net> | 2020-06-23 22:35:08 +0200 |
| commit | ecdac123787b96ce6649f0f91da12ea6458cc2b1 (patch) | |
| tree | b89c74d9e6fe6e8aebc4c77bcbeb4ab73214127d /dev-python/netifaces | |
| parent | 1be72aa41cf41dedadeecf59dca9f01de6381f5e (diff) | |
| download | baldeagleos-repo-ecdac123787b96ce6649f0f91da12ea6458cc2b1.tar.gz baldeagleos-repo-ecdac123787b96ce6649f0f91da12ea6458cc2b1.tar.xz baldeagleos-repo-ecdac123787b96ce6649f0f91da12ea6458cc2b1.zip | |
Updating liguros repo
Diffstat (limited to 'dev-python/netifaces')
| -rw-r--r-- | dev-python/netifaces/Manifest | 1 | ||||
| -rw-r--r-- | dev-python/netifaces/files/netifaces-0.10.4-remove-osx-fix.patch | 15 | ||||
| -rw-r--r-- | dev-python/netifaces/metadata.xml | 15 | ||||
| -rw-r--r-- | dev-python/netifaces/netifaces-0.10.9.ebuild | 23 |
4 files changed, 54 insertions, 0 deletions
diff --git a/dev-python/netifaces/Manifest b/dev-python/netifaces/Manifest new file mode 100644 index 000000000000..ae30fd6bbc5f --- /dev/null +++ b/dev-python/netifaces/Manifest @@ -0,0 +1 @@ +DIST netifaces-0.10.9.tar.gz 28844 BLAKE2B abbe36ef82c5fa70bac60abe4c7bda671f8bc009567dfd38fcf2084bac5b09cbd42cc16c5c8023f3219129892f8def296e3cad8f9241d8c904a9c362c8077aa6 SHA512 8fc593de4d2cbda46a3e2430ede031360f1abfc64d47d00fbec09f3395fd83479bf29d97cb6834b1df06850c9ac2745c9344b6814f34be5975d4d5df98e05e87 diff --git a/dev-python/netifaces/files/netifaces-0.10.4-remove-osx-fix.patch b/dev-python/netifaces/files/netifaces-0.10.4-remove-osx-fix.patch new file mode 100644 index 000000000000..7f87a02e365a --- /dev/null +++ b/dev-python/netifaces/files/netifaces-0.10.4-remove-osx-fix.patch @@ -0,0 +1,15 @@ +--- netifaces-0.10.4/setup.py ++++ netifaces-0.10.4/setup.py +@@ -18,12 +18,6 @@ + + __version__ = "0.10.4" + +-# Disable hard links, otherwise building distributions fails on OS X +-try: +- del os.link +-except: +- pass +- + # On Windows, we need ws2_32 and iphlpapi + if getattr(sys, 'getwindowsversion', None): + libraries = ['ws2_32', 'iphlpapi'] diff --git a/dev-python/netifaces/metadata.xml b/dev-python/netifaces/metadata.xml new file mode 100644 index 000000000000..8698f3c5728a --- /dev/null +++ b/dev-python/netifaces/metadata.xml @@ -0,0 +1,15 @@ +<?xml version="1.0" encoding="UTF-8"?> +<!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd"> +<pkgmetadata> + <maintainer type="project"> + <email>python@gentoo.org</email> + <name>Python</name> + </maintainer> + <upstream> + <remote-id type="pypi">netifaces</remote-id> + <remote-id type="bitbucket">al45tair/netifaces</remote-id> + <remote-id type="github">al45tair/netifaces</remote-id> + <bugs-to>https://github.com/al45tair/netifaces/issues</bugs-to> + </upstream> + <origin>gentoo-staging</origin> +</pkgmetadata> diff --git a/dev-python/netifaces/netifaces-0.10.9.ebuild b/dev-python/netifaces/netifaces-0.10.9.ebuild new file mode 100644 index 000000000000..ef001cdeedf4 --- /dev/null +++ b/dev-python/netifaces/netifaces-0.10.9.ebuild @@ -0,0 +1,23 @@ +# Copyright 1999-2020 Gentoo Authors +# Distributed under the terms of the GNU General Public License v2 + +EAPI=7 +PYTHON_COMPAT=( pypy3 python3_{6,7,8} ) + +inherit distutils-r1 + +DESCRIPTION="Portable network interface information" +HOMEPAGE=" + https://pypi.org/project/netifaces/ + https://alastairs-place.net/projects/netifaces/ + https://github.com/al45tair/netifaces +" +SRC_URI="mirror://pypi/${PN:0:1}/${PN}/${P}.tar.gz" + +LICENSE="MIT" +SLOT="0" +KEYWORDS="amd64 arm ~arm64 x86 ~amd64-linux ~x86-linux" + +DEPEND="dev-python/setuptools[${PYTHON_USEDEP}]" + +PATCHES=( "${FILESDIR}"/${PN}-0.10.4-remove-osx-fix.patch ) |
