X-Original-To: alpine-aports@lists.alpinelinux.org Received: from mail.cmpwn.com (mail.cmpwn.com [45.56.77.53]) by lists.alpinelinux.org (Postfix) with ESMTP id 53A88F85526 for ; Wed, 3 Apr 2019 20:16:48 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=simple/simple; d=cmpwn.com; s=cmpwn; t=1554322782; bh=EUDnTpQDK9Iy84JTgPsNZdlOnf6R32wMHYjBeKqFv+A=; h=From:To:Cc:Subject:Date:In-Reply-To:References; b=193+hze+OSmJrOwlEjRPAuCKBy6dQ61WnCA4L6cBxY4XxlhmZx47HR3WZYXmmjZBp TxwO++yIlEF/sbHfCTyS/idgAYNMhTNtOOLsv4hSxYYhVE/eUT4IVX12Cj+0mkga3b myONOzsIuyqTqMtgrD3a6mUliUwnrq/BqyfYO1bA= From: Drew DeVault To: alpine-aports@lists.alpinelinux.org Cc: Drew DeVault Subject: [alpine-aports] [PATCH v3 07/10] testing/py-pyphen: adopt Date: Wed, 3 Apr 2019 16:16:39 -0400 Message-Id: <20190403201642.14637-7-sir@cmpwn.com> X-Mailer: git-send-email 2.21.0 In-Reply-To: <20190403201642.14637-1-sir@cmpwn.com> References: <20190403201642.14637-1-sir@cmpwn.com> X-Mailinglist: alpine-aports Precedence: list List-Id: Alpine Development List-Unsubscribe: List-Post: List-Help: List-Subscribe: MIME-Version: 1.0 Content-Transfer-Encoding: 8bit --- testing/py-pyphen/APKBUILD | 7 +++---- 1 file changed, 3 insertions(+), 4 deletions(-) diff --git a/testing/py-pyphen/APKBUILD b/testing/py-pyphen/APKBUILD index ed797e8982..27c5574572 100644 --- a/testing/py-pyphen/APKBUILD +++ b/testing/py-pyphen/APKBUILD @@ -1,15 +1,14 @@ -# Contributor: # Contributor: Stefan Wagner -# Maintainer: +# Maintainer: Drew DeVault pkgname=py-pyphen _pkgname=Pyphen pkgver=0.9.5 -pkgrel=0 +pkgrel=1 pkgdesc="python-based dictionary hyphenator library" url="http://www.pyphen.org/" arch="noarch" license="GPL-2.0-or-later MPL LGPL-2.0-or-later" -makedepends="python2-dev python3-dev py-setuptools" +makedepends="python2-dev python3-dev py2-setuptools py3-setuptools" subpackages="py2-${pkgname#py-}:_py2 py3-${pkgname#py-}:_py3" source="https://files.pythonhosted.org/packages/source/${_pkgname:0:1}/$_pkgname/$_pkgname-$pkgver.tar.gz" builddir="$srcdir/$_pkgname-$pkgver" -- 2.21.0 --- Unsubscribe: alpine-aports+unsubscribe@lists.alpinelinux.org Help: alpine-aports+help@lists.alpinelinux.org ---