Received: from mail.ovgu.de (mail.ovgu.de [141.44.1.66]) by nld3-dev1.alpinelinux.org (Postfix) with ESMTPS id DF3F1782B82 for ; Sat, 13 Jul 2019 18:15:11 +0000 (UTC) Received: from mail.ovgu.de (localhost [127.0.0.1]) by localhost (Postfix) with SMTP id B714A415E7; Sat, 13 Jul 2019 20:15:11 +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 78B8940066; Sat, 13 Jul 2019 20:15:11 +0200 (CEST) Date: Sat, 13 Jul 2019 20:15:10 +0200 From: Marian Buschsieweke To: Leo Cc: Subject: Re: [PATCH 3/8] testing/py3-tinydb: New aport Message-ID: <20190713201510.066c8ca5@faultier2go> In-Reply-To: References: <20190713114246.17619-3-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_/ootY9Y6kNc_tM9cNBvwpE.C"; 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, __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_/ootY9Y6kNc_tM9cNBvwpE.C Content-Type: multipart/mixed; boundary="MP_/zw1FV/Yn72UoolsuciW_4QZ" --MP_/zw1FV/Yn72UoolsuciW_4QZ 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:18:20 -0300 Leo wrote: > > +arch=3D"noarch" > > +license=3D"MIT" > > +makedepends=3D"python3-dev py-setuptools yaml-dev py3-pytest py3-pytes= t-cov" =20 >=20 > Use py3-setuptools, python3-dev and yaml-dev can be replaced by py3-yaml = and > be moved to checkdepends together with py3-pytest{,-cov} >=20 > > + cd "$builddir" =20 >=20 > Can be removed >=20 > > + cd "$builddir" =20 >=20 > Can be removed --MP_/zw1FV/Yn72UoolsuciW_4QZ Content-Type: text/x-patch Content-Transfer-Encoding: quoted-printable Content-Disposition: attachment; filename=0003-testing-py3-tinydb-New-aport.patch =46rom 49a2c8bbc0e1c3d182ff7b2051a7932b7353ab30 Mon Sep 17 00:00:00 2001 From: Marian Buschsieweke Date: Sat, 13 Jul 2019 12:44:30 +0200 Subject: [PATCH 3/8] testing/py3-tinydb: New aport a tiny, document oriented database https://github.com/msiemens/tinydb --- testing/py3-tinydb/APKBUILD | 26 ++++++++++++++++++++++++++ 1 file changed, 26 insertions(+) create mode 100644 testing/py3-tinydb/APKBUILD diff --git a/testing/py3-tinydb/APKBUILD b/testing/py3-tinydb/APKBUILD new file mode 100644 index 0000000000..8b2acc04c7 --- /dev/null +++ b/testing/py3-tinydb/APKBUILD @@ -0,0 +1,26 @@ +# Contributor: Marian Buschsieweke +# Maintainer: Marian Buschsieweke +pkgname=3Dpy3-tinydb +_pkgname=3Dtinydb +pkgver=3D3.13.0 +pkgrel=3D0 +pkgdesc=3D"a tiny, document oriented database" +url=3D"https://github.com/msiemens/tinydb" +arch=3D"noarch" +license=3D"MIT" +makedepends=3D"py3-setuptools py3-yaml py3-pytest py3-pytest-cov" +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"2fe92aa36c0e4541e87de005146615c2e80fc7fb94539ee3ba236a35b2a6= 81545a30f8e88132408c2c3b4de65a0d316e40b93a102f76def2aa82519fa016a7b8 py3-t= inydb-3.13.0.tar.gz" --=20 2.22.0 --MP_/zw1FV/Yn72UoolsuciW_4QZ-- --Sig_/ootY9Y6kNc_tM9cNBvwpE.C Content-Type: application/pgp-signature Content-Description: OpenPGP digital signature -----BEGIN PGP SIGNATURE----- iHUEARYIAB0WIQTCygBuMypPDEZ59jZh9kxlmbFTnwUCXSofrgAKCRBh9kxlmbFT n8xkAP9itld+shUlem2jO6uYMEPtnk84NSobZJ3VxGkK1Ziy6QEApiJbdE8V08ba NvCPNignD523KhusV7kef/2j5WVYlAM= =OvCj -----END PGP SIGNATURE----- --Sig_/ootY9Y6kNc_tM9cNBvwpE.C--