[arch-commits] Commit in python-sqlalchemy-i18n/repos/community-any (2 files)
Levente Polyak
anthraxx at archlinux.org
Sun May 23 13:04:54 UTC 2021
Date: Sunday, May 23, 2021 @ 13:04:54
Author: anthraxx
Revision: 943312
archrelease: copy trunk to community-any
Added:
python-sqlalchemy-i18n/repos/community-any/PKGBUILD
(from rev 943311, python-sqlalchemy-i18n/trunk/PKGBUILD)
Deleted:
python-sqlalchemy-i18n/repos/community-any/PKGBUILD
----------+
PKGBUILD | 61 ++++++++++++++++++++++++++++++++-----------------------------
1 file changed, 32 insertions(+), 29 deletions(-)
Deleted: PKGBUILD
===================================================================
--- PKGBUILD 2021-05-23 13:04:50 UTC (rev 943311)
+++ PKGBUILD 2021-05-23 13:04:54 UTC (rev 943312)
@@ -1,29 +0,0 @@
-# Maintainer: Levente Polyak <anthraxx[at]archlinux[dot]org>
-# Maintainer: Jelle van der Waa <jelle at archlinux.org
-# Contributor: Husam Bilal <husam212 AT gmail DOT com>
-
-_name=sqlalchemy-i18n
-pkgname=python-sqlalchemy-i18n
-pkgver=1.0.3
-pkgrel=4
-pkgdesc='Internationalization extension for SQLAlchemy models'
-url='https://github.com/kvesteri/sqlalchemy-i18n'
-arch=('any')
-license=('BSD')
-depends=('python' 'python-sqlalchemy' 'python-sqlalchemy-utils' 'python-six')
-source=(${pkgname}-${pkgver}.tar.gz::https://github.com/kvesteri/sqlalchemy-i18n/archive/${pkgver}.tar.gz)
-sha512sums=('08f5d0d00228fd9f39214b039f6b9260b99f5f940a3067daac695ce0c7e2909a0336abe081d3c272a8cb744e2f049ab108dea502875a52b987c1f52d27c52db8')
-
-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}"
- install -Dm 644 README.rst -t "${pkgdir}/usr/share/doc/${pkgname}"
-}
-
-# vim: ts=2 sw=2 et:
Copied: python-sqlalchemy-i18n/repos/community-any/PKGBUILD (from rev 943311, python-sqlalchemy-i18n/trunk/PKGBUILD)
===================================================================
--- PKGBUILD (rev 0)
+++ PKGBUILD 2021-05-23 13:04:54 UTC (rev 943312)
@@ -0,0 +1,32 @@
+# Maintainer: Levente Polyak <anthraxx[at]archlinux[dot]org>
+# Maintainer: Jelle van der Waa <jelle at archlinux.org
+# Contributor: Husam Bilal <husam212 AT gmail DOT com>
+
+_name=sqlalchemy-i18n
+pkgname=python-sqlalchemy-i18n
+pkgver=1.1.0
+pkgrel=1
+pkgdesc='Internationalization extension for SQLAlchemy models'
+url='https://github.com/kvesteri/sqlalchemy-i18n'
+arch=('any')
+license=('BSD')
+depends=('python' 'python-sqlalchemy' 'python-sqlalchemy-utils' 'python-six')
+makedepends=('python-setuptools')
+checkdepends=('python-pytest' 'python-psycopg2' 'python-flexmock' 'python-jinja' 'python-docutils')
+source=(https://github.com/kvesteri/sqlalchemy-i18n/archive/${pkgver}/${pkgname}-${pkgver}.tar.gz)
+sha512sums=('3fd11815366c3e971e0531d684715c4c8998f7f20d69a8b596bd4ca147da6f85ddf4448c99631031ccf60b5f09de6d1daa1e08e94d5c580268e31bf322af97d5')
+b2sums=('6554d731768d22389a926f6b33ef49844fc7fddb5cb1b844a9150f9c274ea7f3ac905e02ca5bbf9be99d4ace47ef3848336fbe5062d1bddcb2ee8f75507806fd')
+
+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}"
+ install -Dm 644 README.rst -t "${pkgdir}/usr/share/doc/${pkgname}"
+}
+
+# vim: ts=2 sw=2 et:
More information about the arch-commits
mailing list