macholib: bump for python 3.11 support

This commit is contained in:
Rick Farina (Zero_Chaos) 2023-04-04 16:25:32 -04:00
parent 49e2859928
commit 556b8a2945
No known key found for this signature in database
GPG key ID: A29433C0AA431DDC
2 changed files with 4 additions and 3 deletions

View file

@ -1 +1,2 @@
DIST macholib-1.14.tar.gz 59372 BLAKE2B bafe0527d6d59981d7a122ab613a2777b185d0c33d0180d430a731191c90f7ed08e524af070ca8f97d672d3174aa89e0e07b7de21cc1f58ab2baafb0be5ea551 SHA512 362b59634d30af2e2fbbeb7a7c9178aaae57c09c88ad2ae93097b9af64df75dd5c656a779c7616a915883dcea52cb6ebf17bf8c7232d40c0bbe9880b3d5ca009
DIST macholib-1.16.2.tar.gz 59027 BLAKE2B 4ef678c0df96b2f851c541b60b129df366f46a94e3883d65b073edf88b129c23ef861b670077bc1f791f2a6b290e14c159880c99820104baf827370a144a8687 SHA512 8de00c926bb0aa3475675c75e208bd35ac3eeeee16d93fb22f63b34c34b909feb5e3ac441d7a085430fa73d29cd2a61d13a7ab9f993ae2fade36e116bdd42947

View file

@ -1,14 +1,14 @@
# Copyright 1999-2021 Gentoo Authors
# Copyright 1999-2023 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2
EAPI=7
EAPI=8
PYTHON_COMPAT=( python3_{10..11} )
inherit distutils-r1
DESCRIPTION="A package is a collection of utilities for dealing with IP addresses"
HOMEPAGE="https://bitbucket.org/ronaldoussoren/macholib"
HOMEPAGE="http://github.com/ronaldoussoren/macholib"
SRC_URI="mirror://pypi/${PN:0:1}/${PN}/${P}.tar.gz"
LICENSE="MIT"