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

Felix Yan felixonmars at archlinux.org
Fri Jul 13 19:49:18 UTC 2018


    Date: Friday, July 13, 2018 @ 19:49:18
  Author: felixonmars
Revision: 358795

archrelease: copy trunk to community-staging-any

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

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

Copied: fabric/repos/community-staging-any/PKGBUILD (from rev 358793, fabric/trunk/PKGBUILD)
===================================================================
--- community-staging-any/PKGBUILD	                        (rev 0)
+++ community-staging-any/PKGBUILD	2018-07-13 19:49:18 UTC (rev 358795)
@@ -0,0 +1,29 @@
+# $Id$
+# 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.1.3
+pkgrel=3
+pkgdesc="Python library and command-line tool designed to streamline deploying applications or performing system administration tasks via the SSH protocol"
+url="http://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=('fa29be01f15c905d8f9dcb84e16aaee920f0098d34532e282eea2d1a2ffc316ac2d3e7904a8da7c317c7e0850e061935b682272cc4f5d4050abe01a9a7a54051')
+
+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