[arch-commits] Commit in python-etesync/trunk (PKGBUILD)
David Runge
dvzrv at archlinux.org
Sun Feb 18 15:50:54 UTC 2018
Date: Sunday, February 18, 2018 @ 15:50:53
Author: dvzrv
Revision: 296232
upgpkg: python-etesync 0.5.1-3
Removing invalid tests folder during package(). Fixing mail address.
Modified:
python-etesync/trunk/PKGBUILD
----------+
PKGBUILD | 7 +++++--
1 file changed, 5 insertions(+), 2 deletions(-)
Modified: PKGBUILD
===================================================================
--- PKGBUILD 2018-02-18 14:18:51 UTC (rev 296231)
+++ PKGBUILD 2018-02-18 15:50:53 UTC (rev 296232)
@@ -1,9 +1,9 @@
-# Maintainer: David Runge <eolianoe At GoogleMAIL DoT com>
+# Maintainer: David Runge <dave at sleepmap.de>
_name=etesync
pkgname=python-etesync
pkgver=0.5.1
-pkgrel=2
+pkgrel=3
pkgdesc="Python API to interact with an EteSync server."
arch=('any')
url="https://pypi.python.org/pypi/etesync/"
@@ -56,5 +56,8 @@
--root="${pkgdir}"
install -t "${pkgdir}/usr/share/doc/${pkgname}" \
-vDm644 {DESCRIPTION.rst,README.md}
+ # remove invalid tests folder
+ # https://bugs.archlinux.org/task/57562
+ rm -rv "${pkgdir}/usr/lib/python3.6/site-packages/tests"
}
More information about the arch-commits
mailing list