X-Original-To: alpine-aports@lists.alpinelinux.org Received: from mail.ovgu.de (mail.ovgu.de [141.44.1.66]) by lists.alpinelinux.org (Postfix) with ESMTP id 45CF35C4FDA for ; Wed, 30 May 2018 14:34:22 +0000 (GMT) Received: from mail.ovgu.de (localhost [127.0.0.1]) by localhost (Postfix) with SMTP id 6400C40068; Wed, 30 May 2018 16:34:20 +0200 (CEST) Received: from faultier2go (faultier-2go.iks.cs.ovgu.de [141.44.29.99]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by mail.ovgu.de (Postfix) with ESMTPSA id 3A90E40067; Wed, 30 May 2018 16:34:20 +0200 (CEST) Date: Wed, 30 May 2018 16:34:17 +0200 From: Marian Buschsieweke To: Leonardo Arena Cc: alpine-aports Subject: Re: [alpine-aports] [PATCH] testing/pygal: New aport Message-ID: <20180530163417.21284613@faultier2go> In-Reply-To: References: <20180502145222.5059-1-marian.buschsieweke@ovgu.de> Organization: =?UTF-8?B?T3R0by12b24tR3Vlcmlja2UtVW5pdmVyc2l0w6R0?= Magdeburg X-Mailer: Claws Mail 3.15.1-dirty (GTK+ 2.24.31; x86_64-alpine-linux-musl) X-Mailinglist: alpine-aports Precedence: list List-Id: Alpine Development List-Unsubscribe: List-Post: List-Help: List-Subscribe: MIME-Version: 1.0 Content-Type: multipart/signed; micalg=pgp-sha256; boundary="Sig_/u1VmjgpW9DrX_Ki1FLX7YV4"; protocol="application/pgp-signature" X-PMX-Version: 6.4.3.2751440, Antispam-Engine: 2.7.2.2107409, Antispam-Data: 2018.5.30.142716, AntiVirus-Engine: 5.50.0, AntiVirus-Data: 2018.5.30.5500000 X-PMX-Spam: Gauge=IIIIIIII, Probability=8%, Report=' HTML_00_01 0.05, HTML_00_10 0.05, BODYTEXTP_SIZE_3000_LESS 0, BODY_SIZE_4000_4999 0, BODY_SIZE_5000_LESS 0, BODY_SIZE_7000_LESS 0, INVALID_MSGID_NO_FQDN 0, IN_REP_TO 0, LEGITIMATE_SIGNS 0, MSG_THREAD 0, MULTIPLE_REAL_RCPTS 0, REFERENCES 0, URI_ENDS_IN_HTML 0, __ANY_URI 0, __ATTACHMENT_SIZE_0_10K 0, __BOUNCE_CHALLENGE_SUBJ 0, __BOUNCE_NDR_SUBJ_EXEMPT 0, __C230066_P5 0, __CC_NAME 0, __CP_URI_IN_BODY 0, __CT 0, __CTYPE_HAS_BOUNDARY 0, __CTYPE_MULTIPART 0, __DQ_NEG_HEUR 0, __DQ_NEG_IP 0, __FORWARDED_MSG 0, __FRAUD_BODY_WEBMAIL 0, __FRAUD_MONEY_CURRENCY 0, __FRAUD_MONEY_CURRENCY_DOLLAR 0, __FRAUD_WEBMAIL 0, __FW_1LN_BOT_MSGID 0, __HAS_ATTACHMENT 0, __HAS_ATTACHMENT1 0, __HAS_ATTACHMENT2 0, __HAS_CC_HDR 0, __HAS_FROM 0, __HAS_MSGID 0, __HAS_X_MAILER 0, __HTTPS_URI 0, __IN_REP_TO 0, __MIME_TEXT_P 0, __MIME_TEXT_P1 0, __MIME_TEXT_P2 0, __MIME_VERSION 0, __MULTIPLE_URI_TEXT 0, __NO_HTML_TAG_RAW 0, __REFERENCES 0, __SANE_MSGID 0, __SUBJ_ALPHA_END 0, __SUBJ_ALPHA_NEGATE 0, __SUBJ_REPLY 0, __TO_MALFORMED_2 0, __TO_NAME 0, __TO_NAME_DIFF_FROM_ACC 0, __TO_REAL_NAMES 0, __URI_IN_BODY 0, __URI_NOT_IMG 0, __URI_NS , __URI_WITHOUT_PATH 0, __URI_WITH_PATH 0' X-Spam-Score: Gauge=IIIIIIII X-PMX-consideredAsSpam: no --Sig_/u1VmjgpW9DrX_Ki1FLX7YV4 Content-Type: multipart/mixed; boundary="MP_/P1VxeTTGl0XbaQk9kGXJ__4" --MP_/P1VxeTTGl0XbaQk9kGXJ__4 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: quoted-printable Content-Disposition: inline Hi, thanks for the feedback. I attached the fixed patch. Kind regards, Marian ------------------------------------------------------------- M.Sc. Marian Buschsieweke Dept. Communication and Networked Systems (ComSys) Institute for Intelligent Cooperating Systems (IKS) Otto-von-Guericke-University of Magdeburg Universit=C3=A4tsplatz 2, Building 29, Room 314 39106 Magdeburg Germany http://www.comsys.ovgu.de/Team/Marian+Buschsieweke.html Tel.: +49 - 391 - 67 - 52673 Fax: +49 - 391 - 67 - 41161 ------------------------------------------------------------- On Wed, 30 May 2018 15:35:04 +0200 Leonardo Arena wrote: > Hi, >=20 > please see some comments below. >=20 > On Wed, May 2, 2018 at 4:52 PM, Marian Buschsieweke < > marian.buschsieweke@ovgu.de> wrote: =20 >=20 > > pygal is a dynamic SVG charting library written in python > > https://pygal.org > > --- > > testing/pygal/APKBUILD | 42 ++++++++++++++++++++++++++++++++++++++++++ > > 1 file changed, 42 insertions(+) > > create mode 100644 testing/pygal/APKBUILD > > > > diff --git a/testing/pygal/APKBUILD b/testing/pygal/APKBUILD > > new file mode 100644 > > index 0000000000..e459f22ec6 > > --- /dev/null > > +++ b/testing/pygal/APKBUILD > > @@ -0,0 +1,42 @@ > > +# Maintainer: Marian Buschsieweke > > +pkgname=3Dpygal > > =20 >=20 >=20 > I think we should call it "py-gal" regardless of the actual upstream name, > for the sake of naming consistency of all pyhon packages. >=20 >=20 >=20 > > +pkgver=3D2.4.0 > > +pkgrel=3D0 > > +pkgdesc=3D"pygal is a dynamic SVG charting library written in python" > > +url=3D"https://pygal.org" > > +arch=3D"noarch" > > +license=3D"LGPL3" > > +makedepends=3D"python2-dev python3-dev py-setuptools" > > +subpackages=3D"py2-${pkgname}:_py2 py3-${pkgname}:_py3" > > +source=3D"https://files.pythonhosted.org/packages/source/${pkgname:0:1= }/$ > > pkgname/$pkgname-$pkgver.tar.gz" > > +builddir=3D"$srcdir"/$pkgname-$pkgver > > + > > +build() { > > + cd "$builddir" > > + python2 setup.py build || return 1 > > + python3 setup.py build || return 1 > > +} > > + > > =20 >=20 >=20 > "|| return 1" can be omitted >=20 >=20 > Thanks! >=20 > /eo --MP_/P1VxeTTGl0XbaQk9kGXJ__4 Content-Type: text/x-patch Content-Transfer-Encoding: quoted-printable Content-Disposition: attachment; filename=0001-testing-pygal-New-aport.patch =46rom 14b81a20e7d7a527bf45742f7ff62ff24e0e4bd7 Mon Sep 17 00:00:00 2001 From: Marian Buschsieweke Date: Wed, 30 May 2018 16:32:16 +0200 Subject: [PATCH] testing/pygal: New aport pygal is a dynamic SVG charting library written in python https://pygal.org --- testing/py-gal/APKBUILD | 43 +++++++++++++++++++++++++++++++++++++++++ 1 file changed, 43 insertions(+) create mode 100644 testing/py-gal/APKBUILD diff --git a/testing/py-gal/APKBUILD b/testing/py-gal/APKBUILD new file mode 100644 index 0000000000..6d13d20502 --- /dev/null +++ b/testing/py-gal/APKBUILD @@ -0,0 +1,43 @@ +# Maintainer: Marian Buschsieweke +pkgname=3Dpy-gal +_realname=3Dpygal +pkgver=3D2.4.0 +pkgrel=3D0 +pkgdesc=3D"pygal is a dynamic SVG charting library written in python" +url=3D"https://pygal.org" +arch=3D"noarch" +license=3D"LGPL3" +makedepends=3D"python2-dev python3-dev py-setuptools" +subpackages=3D"py2-${pkgname#py-}:_py2 py3-${pkgname#py-}:_py3" +source=3D"https://files.pythonhosted.org/packages/source/${_realname:0:1}/= $_realname/$_realname-$pkgver.tar.gz" +builddir=3D"$srcdir"/$_realname-$pkgver + +build() { + cd "$builddir" + python2 setup.py build + python3 setup.py build +} + +package() { + mkdir -p "$pkgdir" +} + +_py2() { + _py python2 +} + +_py3() { + _py python3 +} + +_py() { + local python=3D"$1" + pkgdesc=3D"$pkgdesc (for $python)" + depends=3D"$depends $python" + install_if=3D"$pkgname=3D$pkgver-r$pkgrel $python" + + cd "$builddir" + $python setup.py install --prefix=3D/usr --root=3D"$subpkgdir" +} + +sha512sums=3D"5cb95ca5c0cf74ae476953f3503154a305a0b5e42c69191b0b46f6e6cfea= 8c806713fe175329a69b393654d055997b2063cf3b641e91009a2b7bef219bb49ddb pygal= -2.4.0.tar.gz" --=20 2.17.0 --MP_/P1VxeTTGl0XbaQk9kGXJ__4-- --Sig_/u1VmjgpW9DrX_Ki1FLX7YV4 Content-Type: application/pgp-signature Content-Description: OpenPGP digital signature -----BEGIN PGP SIGNATURE----- iHUEARYIAB0WIQTCygBuMypPDEZ59jZh9kxlmbFTnwUCWw62aQAKCRBh9kxlmbFT n4BDAQDYWOe+ZDtnmX989Ru3w0ceQo+3xQ+J8qZ6oqMI2OUlsQEAjDjvmddayek9 o4zFSt62gtc7GP+L9UpAPXKHiPGQXQk= =6Ls8 -----END PGP SIGNATURE----- --Sig_/u1VmjgpW9DrX_Ki1FLX7YV4-- --- Unsubscribe: alpine-aports+unsubscribe@lists.alpinelinux.org Help: alpine-aports+help@lists.alpinelinux.org ---