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

Felix Yan felixonmars at archlinux.org
Fri Nov 15 09:28:21 UTC 2019


    Date: Friday, November 15, 2019 @ 09:28:20
  Author: felixonmars
Revision: 528994

archrelease: copy trunk to community-any

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

----------+
 PKGBUILD |   68 ++++++++++++++++++++++++++++++-------------------------------
 1 file changed, 34 insertions(+), 34 deletions(-)

Deleted: PKGBUILD
===================================================================
--- PKGBUILD	2019-11-15 09:28:06 UTC (rev 528993)
+++ PKGBUILD	2019-11-15 09:28:20 UTC (rev 528994)
@@ -1,34 +0,0 @@
-# Maintainer: Levente Polyak <anthraxx[at]archlinux[dot]org>
-
-pkgname=python-trustme
-_pyname=${pkgname/python-/}
-pkgver=0.5.2
-pkgrel=3
-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=(${pkgname}-${pkgver}.tar.gz::https://github.com/python-trio/trustme/archive/v${pkgver}.tar.gz)
-sha512sums=('f2afc6782daee036565c79aa86b176a734ed9d0bb7248a56c8be87806e54287ac579f26857e241ff4daff3f6a063afa9dbe927e0aa8439a37880fcf065afa526')
-
-build() {
-  cd ${_pyname}-${pkgver}
-  python setup.py build
-}
-
-check() {
-  cd ${_pyname}-${pkgver}
-  PYTHONPATH=. 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 528993, python-trustme/trunk/PKGBUILD)
===================================================================
--- PKGBUILD	                        (rev 0)
+++ PKGBUILD	2019-11-15 09:28:20 UTC (rev 528994)
@@ -0,0 +1,34 @@
+# Maintainer: Levente Polyak <anthraxx[at]archlinux[dot]org>
+
+pkgname=python-trustme
+_pyname=${pkgname/python-/}
+pkgver=0.5.3
+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=(${pkgname}-${pkgver}.tar.gz::https://github.com/python-trio/trustme/archive/v${pkgver}.tar.gz)
+sha512sums=('dd890964ef2d2387ec0a67afa1ead8b30872d6e95c396225310df375fab342ed32874dbaf62649ec5479ea736f8ab0ad1c88d06e675d6f65411cdd37d84045a3')
+
+build() {
+  cd ${_pyname}-${pkgver}
+  python setup.py build
+}
+
+check() {
+  cd ${_pyname}-${pkgver}
+  PYTHONPATH=. 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