[arch-commits] Commit in python-sqlalchemy-continuum/repos/community-any (2 files)

Levente Polyak anthraxx at archlinux.org
Tue Jan 15 00:21:49 UTC 2019


    Date: Tuesday, January 15, 2019 @ 00:21:47
  Author: anthraxx
Revision: 423113

archrelease: copy trunk to community-any

Added:
  python-sqlalchemy-continuum/repos/community-any/PKGBUILD
    (from rev 423112, python-sqlalchemy-continuum/trunk/PKGBUILD)
Deleted:
  python-sqlalchemy-continuum/repos/community-any/PKGBUILD

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

Deleted: PKGBUILD
===================================================================
--- PKGBUILD	2019-01-15 00:21:24 UTC (rev 423112)
+++ PKGBUILD	2019-01-15 00:21:47 UTC (rev 423113)
@@ -1,45 +0,0 @@
-# Maintainer: Levente Polyak <anthraxx[at]archlinux[dot]org>
-# Maintainer: Jelle van der Waa <jelle at archlinux.org
-
-_pkgname=sqlalchemy-continuum
-pkgname=python-sqlalchemy-continuum
-pkgver=1.3.6
-pkgrel=2
-pkgdesc='Versioning and auditing extension for SQLAlchemy'
-url='https://github.com/kvesteri/sqlalchemy-continuum'
-arch=('any')
-license=('BSD')
-depends=('python' 'python-sqlalchemy' 'python-sqlalchemy-utils')
-makedepends=('python-setuptools' 'python-sphinx')
-checkdepends=('sqlite' 'python-pytest' 'python-flexmock' 'python-psycopg2' 'python-mysql-connector'
-              'python-six' 'python-anyjson' 'python-flask' 'python-flask-login' 'python-flask-sqlalchemy'
-              'python-sqlalchemy-i18n')
-optdepends=('python-flask: flask plugin'
-            'python-flask-login: flask plugin'
-            'python-flask-sqlalchemy: flask plugin'
-            'python-sqlalchemy-i18n: internationalization')
-options=('!makeflags')
-source=(${pkgname}-${pkgver}.tar.gz::https://github.com/kvesteri/sqlalchemy-continuum/archive/${pkgver}.tar.gz)
-sha512sums=('dd0fea44f4f928b458291bfcdb632b1b447402648ed6c415a4bb1cca43bf19bd95b09b8f0447ee39432bf1e186d8bc919d1ca65b63d91631ebc56ed9a2e44f26')
-
-build() {
-  cd ${_pkgname}-${pkgver}
-  python setup.py build
-  make -C docs text man
-}
-
-package() {
-  cd ${_pkgname}-${pkgver}
-  python setup.py install --root="${pkgdir}" --optimize=1 --skip-build
-  install -Dm 644 LICENSE -t "${pkgdir}/usr/share/licenses/${pkgname}"
-  install -Dm 644 README.rst docs/_build/text/* -t "${pkgdir}/usr/share/doc/${pkgname}"
-  install -Dm 644 docs/_build/man/sqlalchemy-continuum.1 -t "${pkgdir}/usr/share/man/man1"
-  ln -sf /usr/share/man/man1/sqlalchemy-continuum.1.gz "${pkgdir}/usr/share/man/man1/${pkgname}.1.gz"
-}
-
-check() {
-  cd ${_pkgname}-${pkgver}/tests
-  DB=sqlite pytest
-}
-
-# vim: ts=2 sw=2 et:

Copied: python-sqlalchemy-continuum/repos/community-any/PKGBUILD (from rev 423112, python-sqlalchemy-continuum/trunk/PKGBUILD)
===================================================================
--- PKGBUILD	                        (rev 0)
+++ PKGBUILD	2019-01-15 00:21:47 UTC (rev 423113)
@@ -0,0 +1,45 @@
+# Maintainer: Levente Polyak <anthraxx[at]archlinux[dot]org>
+# Maintainer: Jelle van der Waa <jelle at archlinux.org
+
+_pkgname=sqlalchemy-continuum
+pkgname=python-sqlalchemy-continuum
+pkgver=1.3.7
+pkgrel=1
+pkgdesc='Versioning and auditing extension for SQLAlchemy'
+url='https://github.com/kvesteri/sqlalchemy-continuum'
+arch=('any')
+license=('BSD')
+depends=('python' 'python-sqlalchemy' 'python-sqlalchemy-utils')
+makedepends=('python-setuptools' 'python-sphinx')
+checkdepends=('sqlite' 'python-pytest' 'python-flexmock' 'python-psycopg2' 'python-mysql-connector'
+              'python-six' 'python-anyjson' 'python-flask' 'python-flask-login' 'python-flask-sqlalchemy'
+              'python-sqlalchemy-i18n')
+optdepends=('python-flask: flask plugin'
+            'python-flask-login: flask plugin'
+            'python-flask-sqlalchemy: flask plugin'
+            'python-sqlalchemy-i18n: internationalization')
+options=('!makeflags')
+source=(${pkgname}-${pkgver}.tar.gz::https://github.com/kvesteri/sqlalchemy-continuum/archive/${pkgver}.tar.gz)
+sha512sums=('f41017c8b5b5611b2a119d0b937d54bc4caa25d736ed0c3bbb48fb224a617c3cc5185d818ab12b77622b1586bb3312cc3673446e48c709c2e569a468b1379575')
+
+build() {
+  cd ${_pkgname}-${pkgver}
+  python setup.py build
+  make -C docs text man
+}
+
+check() {
+  cd ${_pkgname}-${pkgver}/tests
+  DB=sqlite pytest
+}
+
+package() {
+  cd ${_pkgname}-${pkgver}
+  python setup.py install --root="${pkgdir}" --optimize=1 --skip-build
+  install -Dm 644 LICENSE -t "${pkgdir}/usr/share/licenses/${pkgname}"
+  install -Dm 644 README.rst docs/_build/text/* -t "${pkgdir}/usr/share/doc/${pkgname}"
+  install -Dm 644 docs/_build/man/sqlalchemy-continuum.1 -t "${pkgdir}/usr/share/man/man1"
+  ln -sf /usr/share/man/man1/sqlalchemy-continuum.1.gz "${pkgdir}/usr/share/man/man1/${pkgname}.1.gz"
+}
+
+# vim: ts=2 sw=2 et:



More information about the arch-commits mailing list