[arch-commits] Commit in fabric/repos (2 files)

Felix Yan felixonmars at archlinux.org
Sat Oct 26 06:09:18 UTC 2019


    Date: Saturday, October 26, 2019 @ 06:09:18
  Author: felixonmars
Revision: 520200

archrelease: copy trunk to community-staging-any

Added:
  fabric/repos/community-staging-any/
  fabric/repos/community-staging-any/PKGBUILD
    (from rev 520196, fabric/trunk/PKGBUILD)

----------+
 PKGBUILD |   28 ++++++++++++++++++++++++++++
 1 file changed, 28 insertions(+)

Copied: fabric/repos/community-staging-any/PKGBUILD (from rev 520196, fabric/trunk/PKGBUILD)
===================================================================
--- community-staging-any/PKGBUILD	                        (rev 0)
+++ community-staging-any/PKGBUILD	2019-10-26 06:09:18 UTC (rev 520200)
@@ -0,0 +1,28 @@
+# Maintainer: Massimiliano Torromeo <massimiliano.torromeo at gmail.com>
+# Contributor: Sven-Hendrik Haase <sh at lutzhaase.com>
+# Contributor: Francois Boulogne <fboulogne at april dot org>
+
+pkgname=fabric
+pkgver=2.5.0
+pkgrel=2
+pkgdesc="Python library and command-line tool designed to streamline deploying applications or performing system administration tasks via the SSH protocol"
+url="https://www.fabfile.org/"
+license=('BSD')
+arch=('any')
+depends=('python-setuptools' 'python-paramiko' 'python-invoke')
+optdepends=('python-patchwork: Common deployment/sysadmin operations')
+source=("https://github.com/fabric/fabric/archive/${pkgver}/${pkgname}-${pkgver}.tar.gz")
+sha512sums=('9fb3ceaeca449a39a5f78176b79f296927c17ef1938dc345d6c8954c9ed1547e288a68e5fbfb0be6148bc78940b4efed373257a3b7cba0354b3dad633ccb552f')
+
+build() {
+  cd "${srcdir}"/fabric-${pkgver}
+  python setup.py build
+}
+
+package() {
+  cd "${srcdir}"/fabric-${pkgver}
+  python setup.py install -O1 --skip-build --root="${pkgdir}"
+
+  install -Dm644 README.rst "${pkgdir}"/usr/share/doc/${pkgname}/README.rst
+  install -Dm644 LICENSE "${pkgdir}"/usr/share/licenses/${pkgname}/LICENSE
+}



More information about the arch-commits mailing list