[arch-commits] Commit in python-trustme/repos/community-any (PKGBUILD PKGBUILD)

Levente Polyak anthraxx at archlinux.org
Mon Jul 5 19:25:47 UTC 2021


    Date: Monday, July 5, 2021 @ 19:25:47
  Author: anthraxx
Revision: 972478

archrelease: copy trunk to community-any

Added:
  python-trustme/repos/community-any/PKGBUILD
    (from rev 972477, python-trustme/trunk/PKGBUILD)
Deleted:
  python-trustme/repos/community-any/PKGBUILD

----------+
 PKGBUILD |   72 ++++++++++++++++++++++++++++++-------------------------------
 1 file changed, 36 insertions(+), 36 deletions(-)

Deleted: PKGBUILD
===================================================================
--- PKGBUILD	2021-07-05 19:25:42 UTC (rev 972477)
+++ PKGBUILD	2021-07-05 19:25:47 UTC (rev 972478)
@@ -1,36 +0,0 @@
-# Maintainer: Levente Polyak <anthraxx[at]archlinux[dot]org>
-
-pkgname=python-trustme
-_pyname=${pkgname/python-/}
-pkgver=0.7.0
-pkgrel=1
-pkgdesc='Library for fake certificate authority (CA) to generate fake TLS certs'
-url='https://trustme.readthedocs.io'
-arch=('any')
-license=('MIT')
-depends=('python' 'python-cryptography')
-makedepends=('python' 'python-setuptools' 'python-cryptography')
-checkdepends=('python-pytest' 'python-pyopenssl' 'python-service_identity')
-source=(https://github.com/python-trio/trustme/archive/v${pkgver}/${pkgname}-${pkgver}.tar.gz)
-sha512sums=('5a371fd85af6a540fa992930e4bfbb91579a60fc5e868e2cf29921a941892e25e8841c4dc5c0d36b5c243edc345e5471c272a9fc72af6c15fdcd723b4b9d867b')
-b2sums=('e0e3faab4d03b53fc0f5e3f0517a86032a25260bed24005e8ca2865922c4628143340ab970ac7de4c28155a79047fd74d2be45d176f869610160bd2ca10289aa')
-
-build() {
-  cd ${_pyname}-${pkgver}
-  python setup.py build
-}
-
-check() {
-  cd ${_pyname}-${pkgver}
-  export PYTHONPATH=$(pwd)
-  py.test
-}
-
-package() {
-  cd ${_pyname}-${pkgver}
-  python setup.py install -O1 --root="${pkgdir}" --skip-build
-  install -Dm 644 LICENSE.MIT -t "${pkgdir}/usr/share/licenses/${pkgname}"
-  install -Dm 644 README.rst -t "${pkgdir}/usr/share/doc/${pkgname}"
-}
-
-# vim: ts=2 sw=2 et:

Copied: python-trustme/repos/community-any/PKGBUILD (from rev 972477, python-trustme/trunk/PKGBUILD)
===================================================================
--- PKGBUILD	                        (rev 0)
+++ PKGBUILD	2021-07-05 19:25:47 UTC (rev 972478)
@@ -0,0 +1,36 @@
+# Maintainer: Levente Polyak <anthraxx[at]archlinux[dot]org>
+
+pkgname=python-trustme
+_pyname=${pkgname/python-/}
+pkgver=0.8.0
+pkgrel=1
+pkgdesc='Library for fake certificate authority (CA) to generate fake TLS certs'
+url='https://trustme.readthedocs.io'
+arch=('any')
+license=('MIT')
+depends=('python' 'python-cryptography')
+makedepends=('python' 'python-setuptools' 'python-cryptography')
+checkdepends=('python-pytest' 'python-pyopenssl' 'python-service_identity')
+source=(https://github.com/python-trio/trustme/archive/v${pkgver}/${pkgname}-${pkgver}.tar.gz)
+sha512sums=('38f34cb12810874f97e2b08b71fef3b011ad2786c498db4b3f011a98bf4e574ff578fed698f80b1ae178e27db26921a07a6247e65c6999e4ea5dad83e619caf5')
+b2sums=('96be91103e5c60de3f53326b75750274a3e8537cc544eb227a1cde934b65dc7936d378b5fc7d89aef32dee130f93c0bbb1b7a69a9b5275b1458885b7d369872c')
+
+build() {
+  cd ${_pyname}-${pkgver}
+  python setup.py build
+}
+
+check() {
+  cd ${_pyname}-${pkgver}
+  export PYTHONPATH=$(pwd)
+  py.test
+}
+
+package() {
+  cd ${_pyname}-${pkgver}
+  python setup.py install -O1 --root="${pkgdir}" --skip-build
+  install -Dm 644 LICENSE.MIT -t "${pkgdir}/usr/share/licenses/${pkgname}"
+  install -Dm 644 README.rst -t "${pkgdir}/usr/share/doc/${pkgname}"
+}
+
+# vim: ts=2 sw=2 et:




More information about the arch-commits mailing list