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

Felix Yan felixonmars at archlinux.org
Sun Nov 3 12:32:19 UTC 2019


    Date: Sunday, November 3, 2019 @ 12:32:18
  Author: felixonmars
Revision: 522499

archrelease: copy trunk to community-staging-any

Added:
  python-sqlalchemy-utils/repos/community-staging-any/PKGBUILD
    (from rev 522497, python-sqlalchemy-utils/trunk/PKGBUILD)
Deleted:
  python-sqlalchemy-utils/repos/community-staging-any/PKGBUILD

----------+
 PKGBUILD |   76 ++++++++++++++++++++++++++++++-------------------------------
 1 file changed, 38 insertions(+), 38 deletions(-)

Deleted: PKGBUILD
===================================================================
--- PKGBUILD	2019-11-03 12:32:17 UTC (rev 522498)
+++ PKGBUILD	2019-11-03 12:32:18 UTC (rev 522499)
@@ -1,38 +0,0 @@
-# Maintainer: Jelle van der Waa <jelle at archlinux.org
-# Maintainer: Levente Polyak <anthraxx[at]archlinux[dot]org>
-# Contributor: Husam Bilal <husam212 AT gmail DOT com>
-
-_name=sqlalchemy-utils
-pkgname=python-sqlalchemy-utils
-pkgver=0.34.1
-pkgrel=2
-pkgdesc='Various utility functions, new data types and helpers for SQLAlchemy'
-url='https://github.com/kvesteri/sqlalchemy-utils'
-depends=('python' 'python-sqlalchemy' 'python-anyjson' 'python-babel'
-         'python-arrow' 'python-intervals' 'python-phonenumbers' 'python-passlib'
-         'python-colour' 'python-dateutil' 'python-furl' 'python-cryptography')
-checkdepends=('python-pytest' 'python-mock' 'python-flexmock' 'python-jinja')
-makedepends=('python')
-license=('BSD')
-arch=('any')
-source=(${pkgname}-${pkgver}.tar.gz::https://github.com/kvesteri/sqlalchemy-utils/archive/${pkgver}.tar.gz)
-sha512sums=('cfadaae9b35f3aac10593a5aaa75d6321fe0d41a52125217dce6128d9945b9ff0b82073b5486d50804f5639f924671c501095445e3d5d57d0165f84b40eceab7')
-
-build() {
-  cd ${_name}-${pkgver}
-  python setup.py build
-}
-
-package() {
-  cd ${_name}-${pkgver}
-  python setup.py install --root="${pkgdir}" --optimize=1 --skip-build
-  install -Dm 644 LICENSE -t "${pkgdir}/usr/share/licenses/${pkgname}"
-}
-
-check() {
-  cd ${_name}-${pkgver}
-  # Tests require a postgres and MySQL db
-  pytest --disable-pytest-warnings tests/test_models.py
-}
-
-# vim: ts=2 sw=2 et:

Copied: python-sqlalchemy-utils/repos/community-staging-any/PKGBUILD (from rev 522497, python-sqlalchemy-utils/trunk/PKGBUILD)
===================================================================
--- PKGBUILD	                        (rev 0)
+++ PKGBUILD	2019-11-03 12:32:18 UTC (rev 522499)
@@ -0,0 +1,38 @@
+# Maintainer: Jelle van der Waa <jelle at archlinux.org
+# Maintainer: Levente Polyak <anthraxx[at]archlinux[dot]org>
+# Contributor: Husam Bilal <husam212 AT gmail DOT com>
+
+_name=sqlalchemy-utils
+pkgname=python-sqlalchemy-utils
+pkgver=0.34.1
+pkgrel=3
+pkgdesc='Various utility functions, new data types and helpers for SQLAlchemy'
+url='https://github.com/kvesteri/sqlalchemy-utils'
+depends=('python' 'python-sqlalchemy' 'python-anyjson' 'python-babel'
+         'python-arrow' 'python-intervals' 'python-phonenumbers' 'python-passlib'
+         'python-colour' 'python-dateutil' 'python-furl' 'python-cryptography')
+checkdepends=('python-pytest' 'python-mock' 'python-flexmock' 'python-jinja')
+makedepends=('python')
+license=('BSD')
+arch=('any')
+source=(${pkgname}-${pkgver}.tar.gz::https://github.com/kvesteri/sqlalchemy-utils/archive/${pkgver}.tar.gz)
+sha512sums=('cfadaae9b35f3aac10593a5aaa75d6321fe0d41a52125217dce6128d9945b9ff0b82073b5486d50804f5639f924671c501095445e3d5d57d0165f84b40eceab7')
+
+build() {
+  cd ${_name}-${pkgver}
+  python setup.py build
+}
+
+package() {
+  cd ${_name}-${pkgver}
+  python setup.py install --root="${pkgdir}" --optimize=1 --skip-build
+  install -Dm 644 LICENSE -t "${pkgdir}/usr/share/licenses/${pkgname}"
+}
+
+check() {
+  cd ${_name}-${pkgver}
+  # Tests require a postgres and MySQL db
+  pytest --disable-pytest-warnings tests/test_models.py
+}
+
+# vim: ts=2 sw=2 et:



More information about the arch-commits mailing list