[arch-commits] Commit in python-smbprotocol/repos/community-staging-any (2 files)
Felix Yan
felixonmars at gemini.archlinux.org
Fri Dec 3 01:29:50 UTC 2021
Date: Friday, December 3, 2021 @ 01:29:50
Author: felixonmars
Revision: 1064674
archrelease: copy trunk to community-staging-any
Added:
python-smbprotocol/repos/community-staging-any/PKGBUILD
(from rev 1064672, python-smbprotocol/trunk/PKGBUILD)
Deleted:
python-smbprotocol/repos/community-staging-any/PKGBUILD
----------+
PKGBUILD | 70 ++++++++++++++++++++++++++++++-------------------------------
1 file changed, 35 insertions(+), 35 deletions(-)
Deleted: PKGBUILD
===================================================================
--- PKGBUILD 2021-12-03 01:29:48 UTC (rev 1064673)
+++ PKGBUILD 2021-12-03 01:29:50 UTC (rev 1064674)
@@ -1,35 +0,0 @@
-# Maintainer: Bruno Pagani <archange at archlinux.org>
-
-_pkg=smbprotocol
-pkgname=python-${_pkg}
-pkgver=1.7.0
-pkgrel=2
-pkgdesc="SMBv2 and v3 client"
-arch=(any)
-url="https://github.com/jborean93/smbprotocol"
-license=(MIT)
-depends=(python-cryptography python-pyspnego python-six)
-makedepends=(git python-setuptools)
-checkdepends=(python-pytest python-pytest-mock python-gssapi)
-optdepends=('python-gssapi: Kerberos support')
-# tags are not signed, commits only
-_commit=1f1b52a1791151387505cc083c1427d40a7cfcd3 # git rev-parse v${pkgver}
-source=(git+${url}.git#commit=${_commit}?signed)
-sha256sums=(SKIP)
-validpgpkeys=(A03A0E13C2EFFD384B1EC39A2AAC89085FBBDAB5) # Jordan Borean <jborean93 at gmail.com>
-
-build() {
- cd ${_pkg}
- python setup.py build
-}
-
-check() {
- cd ${_pkg}
- py.test -v
-}
-
-package() {
- cd ${_pkg}
- python setup.py install --prefix=/usr --root="${pkgdir}" --skip-build --optimize=1
- install -Dm644 LICENSE -t "${pkgdir}"/usr/share/licenses/${pkgname}
-}
Copied: python-smbprotocol/repos/community-staging-any/PKGBUILD (from rev 1064672, python-smbprotocol/trunk/PKGBUILD)
===================================================================
--- PKGBUILD (rev 0)
+++ PKGBUILD 2021-12-03 01:29:50 UTC (rev 1064674)
@@ -0,0 +1,35 @@
+# Maintainer: Bruno Pagani <archange at archlinux.org>
+
+_pkg=smbprotocol
+pkgname=python-${_pkg}
+pkgver=1.7.0
+pkgrel=3
+pkgdesc="SMBv2 and v3 client"
+arch=(any)
+url="https://github.com/jborean93/smbprotocol"
+license=(MIT)
+depends=(python-cryptography python-pyspnego python-six)
+makedepends=(git python-setuptools)
+checkdepends=(python-pytest python-pytest-mock python-gssapi)
+optdepends=('python-gssapi: Kerberos support')
+# tags are not signed, commits only
+_commit=1f1b52a1791151387505cc083c1427d40a7cfcd3 # git rev-parse v${pkgver}
+source=(git+${url}.git#commit=${_commit}?signed)
+sha256sums=(SKIP)
+validpgpkeys=(A03A0E13C2EFFD384B1EC39A2AAC89085FBBDAB5) # Jordan Borean <jborean93 at gmail.com>
+
+build() {
+ cd ${_pkg}
+ python setup.py build
+}
+
+check() {
+ cd ${_pkg}
+ py.test -v
+}
+
+package() {
+ cd ${_pkg}
+ python setup.py install --prefix=/usr --root="${pkgdir}" --skip-build --optimize=1
+ install -Dm644 LICENSE -t "${pkgdir}"/usr/share/licenses/${pkgname}
+}
More information about the arch-commits
mailing list