[arch-commits] Commit in python-tpm2-pytss/repos/community-x86_64 (PKGBUILD PKGBUILD)

Jonas Witschel diabonas at gemini.archlinux.org
Tue Jun 14 14:31:25 UTC 2022


    Date: Tuesday, June 14, 2022 @ 14:31:25
  Author: diabonas
Revision: 1237861

archrelease: copy trunk to community-x86_64

Added:
  python-tpm2-pytss/repos/community-x86_64/PKGBUILD
    (from rev 1237860, python-tpm2-pytss/trunk/PKGBUILD)
Deleted:
  python-tpm2-pytss/repos/community-x86_64/PKGBUILD

----------+
 PKGBUILD |   78 ++++++++++++++++++++++++++++++-------------------------------
 1 file changed, 39 insertions(+), 39 deletions(-)

Deleted: PKGBUILD
===================================================================
--- PKGBUILD	2022-06-14 14:31:14 UTC (rev 1237860)
+++ PKGBUILD	2022-06-14 14:31:25 UTC (rev 1237861)
@@ -1,39 +0,0 @@
-# Maintainer: Jonas Witschel <diabonas at archlinux.org>
-pkgname=python-tpm2-pytss
-pkgver=1.2.0
-_tag=4c1e7cf7007bfeb9a2a55e2ce4471b20390c5704 # git rev-parse "$pkgver"
-pkgrel=1
-pkgdesc='Python bindings for tpm2-tss'
-arch=('x86_64')
-url='https://github.com/tpm2-software/tpm2-pytss'
-license=('BSD')
-depends=('python' 'python-asn1crypto' 'python-cffi' 'python-cryptography' 'python-packaging' 'python-yaml'
-         'tpm2-tss' 'libtss2-esys.so' 'libtss2-fapi.so' 'libtss2-mu.so' 'libtss2-rc.so' 'libtss2-tctildr.so')
-makedepends=('git' 'python-build' 'python-installer' 'python-pkgconfig'
-             'python-setuptools' 'python-setuptools-scm' 'python-wheel')
-checkdepends=('python-pytest' 'swtpm' 'tpm2-tools')
-source=("git+$url.git?signed#tag=$_tag")
-sha512sums=('SKIP')
-validpgpkeys=('5B482B8E3E19DA7C978E1D016DE2E9078E1F50C1') # William Roberts (Bill Roberts) <william.c.roberts at intel.com>
-
-pkgver() {
-	cd "${pkgname#python-}"
-	git describe | sed 's/\([^-]*-\)g/r\1/;s/-/./g'
-}
-
-build() {
-	cd "${pkgname#python-}"
-	python -m build --wheel --no-isolation
-}
-
-check() {
-	cd "${pkgname#python-}"
-	local _python_version=$(python -c 'import sys; print(".".join(map(str, sys.version_info[:2])))')
-	PYTHONPATH="$PWD/build/lib.linux-$CARCH-$_python_version" pytest
-}
-
-package() {
-	cd "${pkgname#python-}"
-	python -m installer --destdir="$pkgdir" dist/*.whl
-	install -Dm644 LICENSE -t "$pkgdir/usr/share/licenses/$pkgname"
-}

Copied: python-tpm2-pytss/repos/community-x86_64/PKGBUILD (from rev 1237860, python-tpm2-pytss/trunk/PKGBUILD)
===================================================================
--- PKGBUILD	                        (rev 0)
+++ PKGBUILD	2022-06-14 14:31:25 UTC (rev 1237861)
@@ -0,0 +1,39 @@
+# Maintainer: Jonas Witschel <diabonas at archlinux.org>
+pkgname=python-tpm2-pytss
+pkgver=1.2.0
+_tag=b4375cd006b55a10aaa7ad962c42f324ae555bda # git rev-parse "$pkgver"
+pkgrel=2
+pkgdesc='Python bindings for tpm2-tss'
+arch=('x86_64')
+url='https://github.com/tpm2-software/tpm2-pytss'
+license=('BSD')
+depends=('python' 'python-asn1crypto' 'python-cffi' 'python-cryptography' 'python-packaging' 'python-yaml'
+         'tpm2-tss' 'libtss2-esys.so' 'libtss2-fapi.so' 'libtss2-mu.so' 'libtss2-rc.so' 'libtss2-tctildr.so')
+makedepends=('git' 'python-build' 'python-installer' 'python-pkgconfig'
+             'python-setuptools' 'python-setuptools-scm' 'python-wheel')
+checkdepends=('python-pytest' 'swtpm' 'tpm2-tools')
+source=("git+$url.git?signed#tag=$_tag")
+sha512sums=('SKIP')
+validpgpkeys=('5B482B8E3E19DA7C978E1D016DE2E9078E1F50C1') # William Roberts (Bill Roberts) <william.c.roberts at intel.com>
+
+pkgver() {
+	cd "${pkgname#python-}"
+	git describe | sed 's/\([^-]*-\)g/r\1/;s/-/./g'
+}
+
+build() {
+	cd "${pkgname#python-}"
+	python -m build --wheel --no-isolation
+}
+
+check() {
+	cd "${pkgname#python-}"
+	local _python_version=$(python -c 'import sys; print(".".join(map(str, sys.version_info[:2])))')
+	PYTHONPATH="$PWD/build/lib.linux-$CARCH-$_python_version" pytest
+}
+
+package() {
+	cd "${pkgname#python-}"
+	python -m installer --destdir="$pkgdir" dist/*.whl
+	install -Dm644 LICENSE -t "$pkgdir/usr/share/licenses/$pkgname"
+}



More information about the arch-commits mailing list