Received: from mail.ovgu.de (mail.ovgu.de [141.44.1.66]) by nld3-dev1.alpinelinux.org (Postfix) with ESMTPS id A1E96781E99 for ; Sat, 13 Jul 2019 18:15:48 +0000 (UTC) Received: from mail.ovgu.de (localhost [127.0.0.1]) by localhost (Postfix) with SMTP id 82B5E415E7; Sat, 13 Jul 2019 20:15:48 +0200 (CEST) Received: from faultier2go (x590c5feb.dyn.telefonica.de [89.12.95.235]) (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 36D8040066; Sat, 13 Jul 2019 20:15:48 +0200 (CEST) Date: Sat, 13 Jul 2019 20:15:46 +0200 From: Marian Buschsieweke To: Leo Cc: Subject: Re: [PATCH 4/8] testing/py3-bson: New aport Message-ID: <20190713201546.2be9c52b@faultier2go> In-Reply-To: References: <20190713114246.17619-4-marian.buschsieweke@ovgu.de> Organization: =?UTF-8?B?T3R0by12b24tR3Vlcmlja2UtVW5pdmVyc2l0w6R0?= Magdeburg X-Mailer: Claws Mail 3.17.3 (GTK+ 2.24.32; x86_64-alpine-linux-musl) MIME-Version: 1.0 Content-Type: multipart/signed; boundary="Sig_/pm1LBl.Kt4KRv58Wdc5T3nu"; protocol="application/pgp-signature"; micalg=pgp-sha256 X-PMX-Version: 6.4.6.2792898, Antispam-Engine: 2.7.2.2107409, Antispam-Data: 2019.7.13.180917, AntiVirus-Engine: 5.63.0, AntiVirus-Data: 2019.7.12.5630001 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_3000_3999 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, NO_URI_HTTPS 0, REFERENCES 0, __ANY_URI 0, __ATTACHMENT_SIZE_0_10K 0, __BODY_NO_MAILTO 0, __BOUNCE_CHALLENGE_SUBJ 0, __BOUNCE_NDR_SUBJ_EXEMPT 0, __COURIER_PHRASE 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, __HAS_ATTACHMENT 0, __HAS_ATTACHMENT1 0, __HAS_ATTACHMENT2 0, __HAS_CC_HDR 0, __HAS_FROM 0, __HAS_MSGID 0, __HAS_REFERENCES 0, __HAS_X_MAILER 0, __IN_REP_TO 0, __MIME_TEXT_P 0, __MIME_TEXT_P1 0, __MIME_TEXT_P2 0, __MIME_VERSION 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_NO_WWW 0, __URI_NS ' X-Spam-Score: Gauge= X-PMX-consideredAsSpam: no --Sig_/pm1LBl.Kt4KRv58Wdc5T3nu Content-Type: multipart/mixed; boundary="MP_/xhtgBQsDETMTqnD5v4I=Jes" --MP_/xhtgBQsDETMTqnD5v4I=Jes Content-Type: text/plain; charset=US-ASCII Content-Transfer-Encoding: quoted-printable Content-Disposition: inline Hi, the attached patch is fixed according to your comments. Thanks for the quick review. Kind regards, Marian On Sat, 13 Jul 2019 12:08:07 -0300 Leo wrote: > > +makedepends=3D"python3-dev py-setuptools" =20 >=20 > Since this is a py3- package the py-setuptools should be py3-setuptools >=20 > Since this py3- package is noarch the python3-dev is not required, it can= be > removed entirely >=20 > > + cd "$builddir" =20 >=20 > Can be removed >=20 > > + cd "$builddir" =20 >=20 > Can be removed --MP_/xhtgBQsDETMTqnD5v4I=Jes Content-Type: text/x-patch Content-Transfer-Encoding: quoted-printable Content-Disposition: attachment; filename=0004-testing-py3-bson-New-aport.patch =46rom 70bec0b623aa555824107992f0ef0b0825c5832d Mon Sep 17 00:00:00 2001 From: Marian Buschsieweke Date: Sat, 13 Jul 2019 12:47:23 +0200 Subject: [PATCH 4/8] testing/py3-bson: New aport MIME-Version: 1.0 Content-Type: text/plain; charset=3DUTF-8 Content-Transfer-Encoding: 8bit Independent BSON codec for Python that doesn=E2=80=99t depend on MongoDB https://github.com/py-bson/bson --- testing/py3-bson/APKBUILD | 26 ++++++++++++++++++++++++++ 1 file changed, 26 insertions(+) create mode 100644 testing/py3-bson/APKBUILD diff --git a/testing/py3-bson/APKBUILD b/testing/py3-bson/APKBUILD new file mode 100644 index 0000000000..246a82bad2 --- /dev/null +++ b/testing/py3-bson/APKBUILD @@ -0,0 +1,26 @@ +# Contributor: Marian Buschsieweke +# Maintainer: Marian Buschsieweke +pkgname=3Dpy3-bson +_pkgname=3Dbson +pkgver=3D0.5.8 +pkgrel=3D0 +pkgdesc=3D"Independent BSON codec for Python that doesn=E2=80=99t depend o= n MongoDB" +url=3D"https://github.com/py-bson/bson" +arch=3D"noarch" +license=3D"BSD-3-Clause" +makedepends=3D"py3-setuptools" +source=3D"$pkgname-$pkgver.tar.gz::https://files.pythonhosted.org/packages= /source/${_pkgname:0:1}/$_pkgname/$_pkgname-$pkgver.tar.gz" +builddir=3D"$srcdir"/${_pkgname/-/_}-$pkgver + +build() { + python3 setup.py build +} + +package() { + python3 setup.py install --prefix=3D/usr --root=3D"$pkgdir" +} + +check() { + python3 setup.py test +} +sha512sums=3D"a01762c80e9b11355b1679b3c5aad2e729b9a2e58eb061eb303c0bdae326= 968f4329ec0cfe1b928f288d011adf516c24600e2867cdec627777bf3648d7c1bad8 py3-b= son-0.5.8.tar.gz" --=20 2.22.0 --MP_/xhtgBQsDETMTqnD5v4I=Jes-- --Sig_/pm1LBl.Kt4KRv58Wdc5T3nu Content-Type: application/pgp-signature Content-Description: OpenPGP digital signature -----BEGIN PGP SIGNATURE----- iHUEARYIAB0WIQTCygBuMypPDEZ59jZh9kxlmbFTnwUCXSof0gAKCRBh9kxlmbFT nx0nAP43ZCOybfFKwBiHtgYrI1fbXuW7zsXBrtgzlLCqDxdr8gEAuy0+eP1AsuC9 XIsCD5ierbWd7AwZ96Q4Q13QVd59lQw= =Iny/ -----END PGP SIGNATURE----- --Sig_/pm1LBl.Kt4KRv58Wdc5T3nu--