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

Jonas Witschel diabonas at gemini.archlinux.org
Tue Mar 22 10:43:59 UTC 2022


    Date: Tuesday, March 22, 2022 @ 10:43:59
  Author: diabonas
Revision: 1170012

archrelease: copy trunk to community-any

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

----------+
 PKGBUILD |   58 +++++++++++++++++++++++++++++-----------------------------
 1 file changed, 29 insertions(+), 29 deletions(-)

Deleted: PKGBUILD
===================================================================
--- PKGBUILD	2022-03-22 10:43:57 UTC (rev 1170011)
+++ PKGBUILD	2022-03-22 10:43:59 UTC (rev 1170012)
@@ -1,29 +0,0 @@
-# Maintainer: Jonas Witschel <diabonas at archlinux.org>
-pkgname=python-oscrypto
-pkgver=1.3.0
-pkgrel=1
-pkgdesc='Compiler-free Python crypto library backed by the OS'
-arch=('any')
-url='https://github.com/wbond/oscrypto'
-license=('MIT')
-depends=('python' 'python-asn1crypto')
-makedepends=('python-build' 'python-installer' 'python-setuptools' 'python-wheel')
-checkdepends=('python-pytest')
-source=("$pkgname-$pkgver.tar.gz::$url/archive/$pkgver.tar.gz")
-sha512sums=('b5baf72e1a09615b267be4d1c4baf2375bb939b5bd3d717ca9ca70776541f590a8608bef95991967e23f3794e6220709ed2fe5acdedfe9bfce1921c879a74bec')
-
-build() {
-	cd "${pkgname#python-}-$pkgver"
-	python -m build --wheel --no-isolation
-}
-
-check() {
-	cd "${pkgname#python-}-$pkgver"
-	pytest
-}
-
-package() {
-	cd "${pkgname#python-}-$pkgver"
-	python -m installer --destdir="$pkgdir" dist/*.whl
-	install -Dm644 LICENSE -t "$pkgdir/usr/share/licenses/$pkgname"
-}

Copied: python-oscrypto/repos/community-any/PKGBUILD (from rev 1170011, python-oscrypto/trunk/PKGBUILD)
===================================================================
--- PKGBUILD	                        (rev 0)
+++ PKGBUILD	2022-03-22 10:43:59 UTC (rev 1170012)
@@ -0,0 +1,29 @@
+# Maintainer: Jonas Witschel <diabonas at archlinux.org>
+pkgname=python-oscrypto
+pkgver=1.3.0
+pkgrel=2
+pkgdesc='Compiler-free Python crypto library backed by the OS'
+arch=('any')
+url='https://github.com/wbond/oscrypto'
+license=('MIT')
+depends=('openssl' 'python' 'python-asn1crypto')
+makedepends=('python-build' 'python-installer' 'python-setuptools' 'python-wheel')
+checkdepends=('python-pytest')
+source=("$pkgname-$pkgver.tar.gz::$url/archive/$pkgver.tar.gz")
+sha512sums=('b5baf72e1a09615b267be4d1c4baf2375bb939b5bd3d717ca9ca70776541f590a8608bef95991967e23f3794e6220709ed2fe5acdedfe9bfce1921c879a74bec')
+
+build() {
+	cd "${pkgname#python-}-$pkgver"
+	python -m build --wheel --no-isolation
+}
+
+check() {
+	cd "${pkgname#python-}-$pkgver"
+	pytest
+}
+
+package() {
+	cd "${pkgname#python-}-$pkgver"
+	python -m installer --destdir="$pkgdir" dist/*.whl
+	install -Dm644 LICENSE -t "$pkgdir/usr/share/licenses/$pkgname"
+}



More information about the arch-commits mailing list