[arch-commits] Commit in python-xapian/repos/community-staging-x86_64 (2 files)
Evangelos Foutras
foutrelis at gemini.archlinux.org
Thu Dec 2 15:16:12 UTC 2021
Date: Thursday, December 2, 2021 @ 15:16:12
Author: foutrelis
Revision: 1061944
archrelease: copy trunk to community-staging-x86_64
Added:
python-xapian/repos/community-staging-x86_64/PKGBUILD
(from rev 1061941, python-xapian/trunk/PKGBUILD)
Deleted:
python-xapian/repos/community-staging-x86_64/PKGBUILD
----------+
PKGBUILD | 96 ++++++++++++++++++++++++++++++-------------------------------
1 file changed, 48 insertions(+), 48 deletions(-)
Deleted: PKGBUILD
===================================================================
--- PKGBUILD 2021-12-02 15:16:11 UTC (rev 1061943)
+++ PKGBUILD 2021-12-02 15:16:12 UTC (rev 1061944)
@@ -1,48 +0,0 @@
-# Maintainer: David Runge <dvzrv at archlinux.org>
-# Contributor: Felix Yan <felixonmars at archlinux.org>
-# Contributor: DonVla <donvla/users.sourceforge/net>
-# Contributor: Hervé Cauwelier <herve/oursours/net>
-
-pkgname=python-xapian
-_name=xapian-bindings
-pkgver=1.4.18
-pkgrel=2
-epoch=1
-pkgdesc="Python bindings for Xapian"
-arch=('x86_64')
-url="https://xapian.org/docs/bindings/python/"
-license=('GPL2')
-depends=('gcc-libs' 'glibc' 'python' 'zlib')
-makedepends=('util-linux-libs' 'python-sphinx' "xapian-core=$epoch:$pkgver")
-source=("https://oligarchy.co.uk/xapian/${pkgver}/${_name}-${pkgver}.tar.xz"{,.asc})
-sha512sums=('e965384febaa83c28fd63b82192bfa4d5d34b4eb7cfacf1ddfc1201deada4f0498df8e50a191713dc95feb8edb0b1a4e9d6983a639c564f086ee305b8a05397e'
- 'SKIP')
-b2sums=('7120c42d73794f8212bf15afb4566119e44cd39c711d50aab4fcc4320419babc440d4dd732af9e739c68397e740da192fa80cd08c5d2b59e1ae13af4444ff3d6'
- 'SKIP')
-validpgpkeys=('08E2400FF7FE8FEDE3ACB52818147B073BAD2B07') # Olly Betts <olly at debian.org>
-
-prepare() {
- cd "${_name}-${pkgver}"
- autoreconf -vfi
-}
-
-build() {
- cd "${_name}-${pkgver}"
- ./configure --prefix=/usr \
- --with-python3
- make
-}
-
-check() {
- cd "${_name}-${pkgver}"
- make check
-}
-
-package() {
- depends+=('libuuid.so' 'libxapian.so')
- cd "${_name}-${pkgver}"
- make DESTDIR="${pkgdir}" install
- install -vDm 644 {AUTHORS,ChangeLog,HACKING,NEWS,README,TODO} \
- -t "${pkgdir}/usr/share/doc/${_name}"
-}
-# vim:set ts=2 sw=2 et:
Copied: python-xapian/repos/community-staging-x86_64/PKGBUILD (from rev 1061941, python-xapian/trunk/PKGBUILD)
===================================================================
--- PKGBUILD (rev 0)
+++ PKGBUILD 2021-12-02 15:16:12 UTC (rev 1061944)
@@ -0,0 +1,48 @@
+# Maintainer: David Runge <dvzrv at archlinux.org>
+# Contributor: Felix Yan <felixonmars at archlinux.org>
+# Contributor: DonVla <donvla/users.sourceforge/net>
+# Contributor: Hervé Cauwelier <herve/oursours/net>
+
+pkgname=python-xapian
+_name=xapian-bindings
+pkgver=1.4.18
+pkgrel=3
+epoch=1
+pkgdesc="Python bindings for Xapian"
+arch=('x86_64')
+url="https://xapian.org/docs/bindings/python/"
+license=('GPL2')
+depends=('gcc-libs' 'glibc' 'python' 'zlib')
+makedepends=('util-linux-libs' 'python-sphinx' "xapian-core=$epoch:$pkgver")
+source=("https://oligarchy.co.uk/xapian/${pkgver}/${_name}-${pkgver}.tar.xz"{,.asc})
+sha512sums=('e965384febaa83c28fd63b82192bfa4d5d34b4eb7cfacf1ddfc1201deada4f0498df8e50a191713dc95feb8edb0b1a4e9d6983a639c564f086ee305b8a05397e'
+ 'SKIP')
+b2sums=('7120c42d73794f8212bf15afb4566119e44cd39c711d50aab4fcc4320419babc440d4dd732af9e739c68397e740da192fa80cd08c5d2b59e1ae13af4444ff3d6'
+ 'SKIP')
+validpgpkeys=('08E2400FF7FE8FEDE3ACB52818147B073BAD2B07') # Olly Betts <olly at debian.org>
+
+prepare() {
+ cd "${_name}-${pkgver}"
+ autoreconf -vfi
+}
+
+build() {
+ cd "${_name}-${pkgver}"
+ ./configure --prefix=/usr \
+ --with-python3
+ make
+}
+
+check() {
+ cd "${_name}-${pkgver}"
+ make check
+}
+
+package() {
+ depends+=('libuuid.so' 'libxapian.so')
+ cd "${_name}-${pkgver}"
+ make DESTDIR="${pkgdir}" install
+ install -vDm 644 {AUTHORS,ChangeLog,HACKING,NEWS,README,TODO} \
+ -t "${pkgdir}/usr/share/doc/${_name}"
+}
+# vim:set ts=2 sw=2 et:
More information about the arch-commits
mailing list