[arch-commits] Commit in python2-future/repos/community-any (PKGBUILD PKGBUILD)

Jelle van der Waa jelle at archlinux.org
Mon Jan 4 22:54:53 UTC 2021


    Date: Monday, January 4, 2021 @ 22:54:53
  Author: jelle
Revision: 808305

archrelease: copy trunk to community-any

Added:
  python2-future/repos/community-any/PKGBUILD
    (from rev 808304, python2-future/trunk/PKGBUILD)
Deleted:
  python2-future/repos/community-any/PKGBUILD

----------+
 PKGBUILD |   62 ++++++++++++++++++++++++++++++-------------------------------
 1 file changed, 31 insertions(+), 31 deletions(-)

Deleted: PKGBUILD
===================================================================
--- PKGBUILD	2021-01-04 22:54:48 UTC (rev 808304)
+++ PKGBUILD	2021-01-04 22:54:53 UTC (rev 808305)
@@ -1,31 +0,0 @@
-# Maintainer: Maxime Gauduin <alucryd at archlinux.org>
-# Contributor: Felix Yan <felixonmars at archlinux.org>
-# Contributor: Christopher Arndt <aur at chrisarndt.de>
-# Contributor: Gaute Hope <eg at gaute.vetsj.com>
-# Contributor: Melissa Padilla <mpadilla2 at hotmail.com>
-
-pkgname=python2-future
-pkgver=0.18.2
-pkgrel=1
-pkgdesc='Clean single-source support for Python 3 and 2'
-url=https://python-future.org/
-arch=(any)
-license=(MIT)
-depends=(python2)
-makedepends=(python2-setuptools)
-source=(https://pypi.io/packages/source/f/future/future-${pkgver}.tar.gz)
-b2sums=(68574b589bf54aa8dacbd162a54885589faa32829ccf212f50de5bf036ebd8b9aba0c13e63e80d34e507cc0dae4d8d3d47fea33433b17d2c2e6dbf6c37f66d8f)
-
-build() {
-  cd future-${pkgver}
-  python2 setup.py build
-}
-
-package() {
-  cd future-${pkgver}
-  python2 setup.py install --root="${pkgdir}" --optimize=1 --skip-build
-  rm -rf "${pkgdir}"/usr/bin
-  install -Dm 644 LICENSE.txt -t "${pkgdir}"/usr/share/licenses/python2-future
-}
-
-# vim: ts=2 sw=2 et:

Copied: python2-future/repos/community-any/PKGBUILD (from rev 808304, python2-future/trunk/PKGBUILD)
===================================================================
--- PKGBUILD	                        (rev 0)
+++ PKGBUILD	2021-01-04 22:54:53 UTC (rev 808305)
@@ -0,0 +1,31 @@
+# Maintainer: Maxime Gauduin <alucryd at archlinux.org>
+# Contributor: Felix Yan <felixonmars at archlinux.org>
+# Contributor: Christopher Arndt <aur at chrisarndt.de>
+# Contributor: Gaute Hope <eg at gaute.vetsj.com>
+# Contributor: Melissa Padilla <mpadilla2 at hotmail.com>
+
+pkgname=python2-future
+pkgver=0.18.2
+pkgrel=2
+pkgdesc='Clean single-source support for Python 3 and 2'
+url=https://python-future.org/
+arch=(any)
+license=(MIT)
+depends=(python2)
+makedepends=(python2-setuptools)
+source=(https://pypi.io/packages/source/f/future/future-${pkgver}.tar.gz)
+b2sums=(68574b589bf54aa8dacbd162a54885589faa32829ccf212f50de5bf036ebd8b9aba0c13e63e80d34e507cc0dae4d8d3d47fea33433b17d2c2e6dbf6c37f66d8f)
+
+build() {
+  cd future-${pkgver}
+  python2 setup.py build
+}
+
+package() {
+  cd future-${pkgver}
+  python2 setup.py install --root="${pkgdir}" --optimize=1 --skip-build
+  rm -rf "${pkgdir}"/usr/bin
+  install -Dm 644 LICENSE.txt -t "${pkgdir}"/usr/share/licenses/python2-future
+}
+
+# vim: ts=2 sw=2 et:



More information about the arch-commits mailing list