Received: from mail.cmpwn.com (mail.cmpwn.com [45.56.77.53]) by nld3-dev1.alpinelinux.org (Postfix) with ESMTPS id 9061B782CE0 for <~alpine/aports@lists.alpinelinux.org>; Mon, 1 Jun 2020 20:23:48 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=simple/simple; d=cmpwn.com; s=cmpwn; t=1591043026; bh=RNUeTNa6WPnawv0Kk+OBVSAep3IxFUkTrJqxck/s79U=; h=From:To:Cc:Subject:Date; b=QZlbr7bF1WsdUx1+Mca6JafSOWBLPQTdNcURA7C4mJKHCOFekIBIOh1CTmAXUFkAf nTZOSKPDrxgYApX5X8/o+hbJLsqOu2/e2CLMva+hbkML9n1uBGQUnM8yN7sWtMLWqC zxJ+jjqqknHlPnkbXCo6HiHE9pT/Y31oUgNRKpgo= From: Drew DeVault To: ~alpine/aports@lists.alpinelinux.org Cc: Drew DeVault Subject: [PATCH] community/py3-pygit2: update dependencies Date: Mon, 1 Jun 2020 14:23:10 -0600 Message-Id: <20200601202310.26963-1-sir@cmpwn.com> X-Mailer: git-send-email 2.26.2 MIME-Version: 1.0 Content-Transfer-Encoding: 8bit six is no longer required; and a new dependency is necessary. --- community/py3-pygit2/APKBUILD | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/community/py3-pygit2/APKBUILD b/community/py3-pygit2/APKBUILD index 95edde892b..9f18bd1fb5 100644 --- a/community/py3-pygit2/APKBUILD +++ b/community/py3-pygit2/APKBUILD @@ -4,12 +4,12 @@ pkgname=py3-pygit2 _pkgname=pygit2 pkgver=1.2.1 -pkgrel=0 +pkgrel=1 pkgdesc="Python bindings for libgit2" url="https://github.com/libgit2/pygit2" arch="all" license="GPL-2.0 WITH GCC-exception-2.0" -depends="py3-cffi py3-six" +depends="py3-cffi py3-cached-property" makedepends="python3-dev py3-setuptools libgit2-dev" checkdepends="py3-pytest py3-hypothesis py3-cached-property" source="https://pypi.io/packages/source/p/$_pkgname/$_pkgname-$pkgver.tar.gz -- 2.26.2