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

Levente Polyak anthraxx at archlinux.org
Wed Jan 20 23:05:26 UTC 2021


    Date: Wednesday, January 20, 2021 @ 23:05:25
  Author: anthraxx
Revision: 824032

archrelease: copy trunk to community-any

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

----------+
 PKGBUILD |   90 ++++++++++++++++++++++++++++++-------------------------------
 1 file changed, 45 insertions(+), 45 deletions(-)

Deleted: PKGBUILD
===================================================================
--- PKGBUILD	2021-01-20 23:05:22 UTC (rev 824031)
+++ PKGBUILD	2021-01-20 23:05:25 UTC (rev 824032)
@@ -1,45 +0,0 @@
-# Maintainer: Levente Polyak <anthraxx[at]archlinux[dot]org>
-# Contributor: ELmoussaoui Bilal <bil.elmoussaoui at gmail.com>
-
-pkgname=python-pyotp
-_pkgname=pyotp
-_gitcommit=041f5d3c65379d7188821caf92436c7f226ec60e
-pkgver=2.3.0
-pkgrel=3
-pkgdesc='Python library for generating and verifying one-time passwords'
-url='https://pyotp.readthedocs.io/'
-arch=('any')
-license=('MIT')
-depends=('python')
-makedepends=('git' 'python-setuptools' 'python-sphinx')
-options=('!makeflags')
-source=("git+https://github.com/pyotp/pyotp#commit=${_gitcommit}?signed")
-sha512sums=('SKIP')
-validpgpkeys=('29BCBADB4ECAAAC2382699388AFAFCD242818A52') # Andrey Kislyuk <kislyuk at gmail.com>
-
-pkgver() {
-  cd ${_pkgname}
-  git describe --always --tags | sed 's/^v//;s/\([^-]*-g\)/r\1/;s/-/./g'
-}
-
-build() {
-  cd ${_pkgname}
-  python setup.py build
-  make -C docs text man
-}
-
-check() {
-  cd ${_pkgname}
-  python setup.py test
-}
-
-package() {
-  cd ${_pkgname}
-  python setup.py install --root="${pkgdir}" -O1 --skip-build
-  install -Dm 644 README.rst ./docs/_build/text/*.txt -t "${pkgdir}/usr/share/doc/${pkgname}"
-  install -Dm 644 ./docs/_build/man/${_pkgname}.1 -t "${pkgdir}/usr/share/man/man1"
-  ln -s /usr/share/man/man1/${_pkgname}.1.gz "${pkgdir}/usr/share/man/man1/${pkgname}.1.gz"
-  install -Dm 644 LICENSE -t "${pkgdir}/usr/share/licenses/${pkgname}"
-}
-
-# vim: ts=2 sw=2 et:

Copied: python-pyotp/repos/community-any/PKGBUILD (from rev 824031, python-pyotp/trunk/PKGBUILD)
===================================================================
--- PKGBUILD	                        (rev 0)
+++ PKGBUILD	2021-01-20 23:05:25 UTC (rev 824032)
@@ -0,0 +1,45 @@
+# Maintainer: Levente Polyak <anthraxx[at]archlinux[dot]org>
+# Contributor: ELmoussaoui Bilal <bil.elmoussaoui at gmail.com>
+
+pkgname=python-pyotp
+_pkgname=pyotp
+_gitcommit=480770f6b86c6445ffa041a830532b72e45ced6c
+pkgver=2.4.1
+pkgrel=1
+pkgdesc='Python library for generating and verifying one-time passwords'
+url='https://pyotp.readthedocs.io/'
+arch=('any')
+license=('MIT')
+depends=('python')
+makedepends=('git' 'python-setuptools' 'python-sphinx')
+options=('!makeflags')
+source=("git+https://github.com/pyotp/pyotp#commit=${_gitcommit}?signed")
+sha512sums=('SKIP')
+validpgpkeys=('29BCBADB4ECAAAC2382699388AFAFCD242818A52') # Andrey Kislyuk <kislyuk at gmail.com>
+
+pkgver() {
+  cd ${_pkgname}
+  git describe --tags | sed 's/^v//;s/\([^-]*-g\)/r\1/;s/-/./g'
+}
+
+build() {
+  cd ${_pkgname}
+  python setup.py build
+  make -C docs text man
+}
+
+check() {
+  cd ${_pkgname}
+  python setup.py test
+}
+
+package() {
+  cd ${_pkgname}
+  python setup.py install --root="${pkgdir}" -O1 --skip-build
+  install -Dm 644 README.rst ./docs/_build/text/*.txt -t "${pkgdir}/usr/share/doc/${pkgname}"
+  install -Dm 644 ./docs/_build/man/${_pkgname}.1 -t "${pkgdir}/usr/share/man/man1"
+  ln -s /usr/share/man/man1/${_pkgname}.1.gz "${pkgdir}/usr/share/man/man1/${pkgname}.1.gz"
+  install -Dm 644 LICENSE -t "${pkgdir}/usr/share/licenses/${pkgname}"
+}
+
+# vim: ts=2 sw=2 et:



More information about the arch-commits mailing list