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

Levente Polyak anthraxx at gemini.archlinux.org
Fri Oct 1 17:44:33 UTC 2021


    Date: Friday, October 1, 2021 @ 17:44:33
  Author: anthraxx
Revision: 1026493

archrelease: copy trunk to community-any

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

----------+
 PKGBUILD |   66 ++++++++++++++++++++++++++++++-------------------------------
 1 file changed, 33 insertions(+), 33 deletions(-)

Deleted: PKGBUILD
===================================================================
--- PKGBUILD	2021-10-01 17:44:29 UTC (rev 1026492)
+++ PKGBUILD	2021-10-01 17:44:33 UTC (rev 1026493)
@@ -1,33 +0,0 @@
-# Maintainer: Levente Polyak <anthraxx[at]archlinux[dot]org>
-
-_pyname=tasklib
-pkgname=python-${_pyname}
-pkgver=2.3.0
-pkgrel=1
-pkgdesc='Python library for interacting with taskwarrior databases'
-url='http://tasklib.readthedocs.org/en/latest/'
-arch=('any')
-license=('BSD')
-depends=('python' 'python-pytz' 'python-tzlocal')
-makedepends=('python-setuptools' 'python-sphinx')
-source=(https://github.com/robgolding/tasklib/archive/${pkgver}/${pkgname}-${pkgver}.tar.gz)
-sha512sums=('8c4e8753bb6637a78d7ac4cf3f9d3b2c78a2ffb28e87cacb8a7ca9333265ce06793f62de7c1d157b2c3c87b0cb862382fbdf797054d73dd8720d2b7b23205014')
-b2sums=('aecf028f91627cb7ca3f83c02404fdc3d7d9ed9fc68342e8732a149195d1c5f6e66845de0a6ff532df60be40faa82e16be041647dbd18be619329fafed5b7a88')
-
-build() {
-  cd ${_pyname}-${pkgver}
-  python setup.py build
-  export PYTHONPATH=..
-  make -C docs text man
-}
-
-package() {
-  cd ${_pyname}-${pkgver}
-  python setup.py install --root="${pkgdir}" -O1 --skip-build
-  install -Dm 644 docs/_build/man/${_pyname}.1 "${pkgdir}/usr/share/man/man1/${pkgname}.1"
-  install -Dm 644 docs/_build/text/* -t "${pkgdir}/usr/share/doc/${pkgname}"
-  install -Dm 644 README.rst -t "${pkgdir}/usr/share/doc/${pkgname}"
-  install -Dm 644 LICENSE -t "${pkgdir}/usr/share/licenses/${pkgname}"
-}
-
-# vim: ts=2 sw=2 et:

Copied: python-tasklib/repos/community-any/PKGBUILD (from rev 1026492, python-tasklib/trunk/PKGBUILD)
===================================================================
--- PKGBUILD	                        (rev 0)
+++ PKGBUILD	2021-10-01 17:44:33 UTC (rev 1026493)
@@ -0,0 +1,33 @@
+# Maintainer: Levente Polyak <anthraxx[at]archlinux[dot]org>
+
+_pyname=tasklib
+pkgname=python-${_pyname}
+pkgver=2.4.0
+pkgrel=1
+pkgdesc='Python library for interacting with taskwarrior databases'
+url='http://tasklib.readthedocs.org/en/latest/'
+arch=('any')
+license=('BSD')
+depends=('python' 'python-pytz' 'python-tzlocal')
+makedepends=('python-setuptools' 'python-sphinx')
+source=(https://github.com/robgolding/tasklib/archive/${pkgver}/${pkgname}-${pkgver}.tar.gz)
+sha512sums=('0d55801f315f4f5f7b32c103e672b161e739f57dd1ef1803eb1a0950e5177767d8f5c9edc80e917b87513b8a3de7dafc2570d969447bb4d1fae8737a24980b24')
+b2sums=('1c64892e64ecef0c6f24b3b3d8ccfc50f8fe9f1f63347b0091268a7cdb9a5a82ee4ff766c96848e60cd94e6367cd82c015967f8c9c21a4228b26a1b82d923efb')
+
+build() {
+  cd ${_pyname}-${pkgver}
+  python setup.py build
+  export PYTHONPATH=..
+  make -C docs text man
+}
+
+package() {
+  cd ${_pyname}-${pkgver}
+  python setup.py install --root="${pkgdir}" -O1 --skip-build
+  install -Dm 644 docs/_build/man/${_pyname}.1 "${pkgdir}/usr/share/man/man1/${pkgname}.1"
+  install -Dm 644 docs/_build/text/* -t "${pkgdir}/usr/share/doc/${pkgname}"
+  install -Dm 644 README.rst -t "${pkgdir}/usr/share/doc/${pkgname}"
+  install -Dm 644 LICENSE -t "${pkgdir}/usr/share/licenses/${pkgname}"
+}
+
+# vim: ts=2 sw=2 et:



More information about the arch-commits mailing list