dev-python/macholib: 1.14

Package-Manager: Portage-2.3.89, Repoman-2.3.20
Signed-off-by: Yury Martynov <email@linxon.ru>
This commit is contained in:
Yury Martynov 2020-04-12 18:04:32 +03:00
parent d1179d8231
commit dcd9c04006
No known key found for this signature in database
GPG key ID: EBE62DD0CCEAE19E
2 changed files with 21 additions and 0 deletions

View file

@ -1 +1,2 @@
DIST macholib-1.11.tar.gz 485878 BLAKE2B 296248ebdc306f4e037008ac09b52fb69bd9273627320642c3167c13c5f06464662ed040f546e5534ba490849a98d0a5afc5578f6d0a75b60b87599b7ba4e552 SHA512 626cb564ea22e61a5b395c5ffbe9b17df0c341f2355bd0def88faabab52d2bc43f8f61871b50e7bd53147965627b4d3399f96a651bd985418e32b519b7bb03bb
DIST macholib-1.14.tar.gz 59372 BLAKE2B bafe0527d6d59981d7a122ab613a2777b185d0c33d0180d430a731191c90f7ed08e524af070ca8f97d672d3174aa89e0e07b7de21cc1f58ab2baafb0be5ea551 SHA512 362b59634d30af2e2fbbeb7a7c9178aaae57c09c88ad2ae93097b9af64df75dd5c656a779c7616a915883dcea52cb6ebf17bf8c7232d40c0bbe9880b3d5ca009

View file

@ -0,0 +1,20 @@
# Copyright 1999-2020 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2
EAPI=7
PYTHON_COMPAT=( python3_{6,7,8} )
inherit distutils-r1
DESCRIPTION="A package is a collection of utilities for dealing with IP addresses"
HOMEPAGE="https://bitbucket.org/ronaldoussoren/macholib"
SRC_URI="mirror://pypi/${PN:0:1}/${PN}/${P}.tar.gz"
LICENSE="MIT"
SLOT="0"
KEYWORDS="~amd64 ~x86"
RDEPEND="${PYTHON_DEPS}
dev-python/altgraph[${PYTHON_USEDEP}]"
DEPEND="${RDEPEND}"