Date: Friday, November 11, 2022 @ 21:50:38
Author: jelle
Revision: 1346861
archrelease: copy trunk to community-any
Added:
python-alembic/repos/community-any/PKGBUILD
(from rev 1346860, python-alembic/trunk/PKGBUILD)
python-alembic/repos/community-any/keys/
Deleted:
python-alembic/repos/community-any/PKGBUILD
python-alembic/repos/community-any/keys/
----------+
PKGBUILD | 90 ++++++++++++++++++++++++++++++-------------------------------
1 file changed, 45 insertions(+), 45 deletions(-)
Deleted: PKGBUILD
===================================================================
--- PKGBUILD 2022-11-11 21:50:27 UTC (rev 1346860)
+++ PKGBUILD 2022-11-11 21:50:38 UTC (rev 1346861)
@@ -1,45 +0,0 @@
-# Maintainer: Levente Polyak <anthraxx[at]archlinux[dot]org>
-# Contributor: googol <[email protected]>
-# Contributor: Oliver Mangold <o.mangold at gmail dot com>
-
-pkgname=python-alembic
-pkgver=1.7.6
-pkgrel=1
-pkgdesc='Lightweight database migration tool for usage with SQLAlchemy'
-url='https://github.com/sqlalchemy/alembic'
-arch=('any')
-license=('MIT')
-depends=('python' 'python-mako' 'python-sqlalchemy' 'python-editor'
'python-dateutil')
-makedepends=('python-setuptools' 'python-mako' 'python-sqlalchemy'
'python-editor' 'python-dateutil')
-checkdepends=('python-pytest' 'python-mock')
-source=(https://pypi.org/packages/source/a/alembic/alembic-${pkgver}.tar.gz{,.asc})
-sha512sums=('dca97722ac70654dfa23d673b776d064af13bf1e59219131d7716d7ce183508361bad713d7d0986c8a56dd66c58a59fafc1c3b3ef80507eaf6368e48f9c1a059'
- 'SKIP')
-b2sums=('5e12cf09927c7851ad5c95b7047865eec6ca01d3ce94045be3601855370e1cce8371d16ee4141a953a8ea0ffaafaa68c08499416283c7996b086b7b5967c8790'
- 'SKIP')
-validpgpkeys=('83AF7ACE251C13E6BB7DEFBD330239C1C4DAFEE1') # Michael Bayer
<[email protected]>
-
-prepare() {
- cd alembic-${pkgver}
- # do not treat warnings as errors
- sed 's|-p no:warnings||g' -i setup.cfg
-}
-
-build() {
- cd alembic-${pkgver}
- python setup.py build
-}
-
-check() {
- cd alembic-${pkgver}
- py.test
-}
-
-package() {
- cd alembic-${pkgver}
- python setup.py install --root="${pkgdir}" --prefix=/usr -O1 --skip-build
- install -Dm 644 LICENSE -t "${pkgdir}/usr/share/licenses/${pkgname}"
- install -Dm 644 README.rst CHANGES -t "${pkgdir}/usr/share/doc/${pkgname}"
-}
-
-# vim: ts=2 sw=2 et:
Copied: python-alembic/repos/community-any/PKGBUILD (from rev 1346860,
python-alembic/trunk/PKGBUILD)
===================================================================
--- PKGBUILD (rev 0)
+++ PKGBUILD 2022-11-11 21:50:38 UTC (rev 1346861)
@@ -0,0 +1,45 @@
+# Maintainer: Levente Polyak <anthraxx[at]archlinux[dot]org>
+# Contributor: googol <[email protected]>
+# Contributor: Oliver Mangold <o.mangold at gmail dot com>
+
+pkgname=python-alembic
+pkgver=1.7.6
+pkgrel=2
+pkgdesc='Lightweight database migration tool for usage with SQLAlchemy'
+url='https://github.com/sqlalchemy/alembic'
+arch=('any')
+license=('MIT')
+depends=('python' 'python-mako' 'python-sqlalchemy' 'python-editor'
'python-dateutil')
+makedepends=('python-setuptools' 'python-mako' 'python-sqlalchemy'
'python-editor' 'python-dateutil')
+checkdepends=('python-pytest')
+source=(https://pypi.org/packages/source/a/alembic/alembic-${pkgver}.tar.gz{,.asc})
+sha512sums=('dca97722ac70654dfa23d673b776d064af13bf1e59219131d7716d7ce183508361bad713d7d0986c8a56dd66c58a59fafc1c3b3ef80507eaf6368e48f9c1a059'
+ 'SKIP')
+b2sums=('5e12cf09927c7851ad5c95b7047865eec6ca01d3ce94045be3601855370e1cce8371d16ee4141a953a8ea0ffaafaa68c08499416283c7996b086b7b5967c8790'
+ 'SKIP')
+validpgpkeys=('83AF7ACE251C13E6BB7DEFBD330239C1C4DAFEE1') # Michael Bayer
<[email protected]>
+
+prepare() {
+ cd alembic-${pkgver}
+ # do not treat warnings as errors
+ sed 's|-p no:warnings||g' -i setup.cfg
+}
+
+build() {
+ cd alembic-${pkgver}
+ python setup.py build
+}
+
+check() {
+ cd alembic-${pkgver}
+ py.test
+}
+
+package() {
+ cd alembic-${pkgver}
+ python setup.py install --root="${pkgdir}" --prefix=/usr -O1 --skip-build
+ install -Dm 644 LICENSE -t "${pkgdir}/usr/share/licenses/${pkgname}"
+ install -Dm 644 README.rst CHANGES -t "${pkgdir}/usr/share/doc/${pkgname}"
+}
+
+# vim: ts=2 sw=2 et: