[arch-commits] Commit in python-doctest-ignore-unicode/repos (2 files)

Felix Yan felixonmars at archlinux.org
Thu Apr 23 22:45:37 UTC 2020


    Date: Thursday, April 23, 2020 @ 22:45:36
  Author: felixonmars
Revision: 618370

archrelease: copy trunk to community-any

Added:
  python-doctest-ignore-unicode/repos/community-any/
  python-doctest-ignore-unicode/repos/community-any/PKGBUILD
    (from rev 618369, python-doctest-ignore-unicode/trunk/PKGBUILD)

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

Copied: python-doctest-ignore-unicode/repos/community-any/PKGBUILD (from rev 618369, python-doctest-ignore-unicode/trunk/PKGBUILD)
===================================================================
--- community-any/PKGBUILD	                        (rev 0)
+++ community-any/PKGBUILD	2020-04-23 22:45:36 UTC (rev 618370)
@@ -0,0 +1,19 @@
+# Maintainer: Felix Yan <felixonmars at archlinux.org>
+
+pkgname=python-doctest-ignore-unicode
+pkgver=0.1.2
+_commit=ee9412fd155ebf47c42974696d31e6a1510cffa0
+pkgrel=1
+pkgdesc="Nose plugin to ignore unicode literal prefixes in doctests"
+arch=(any)
+url="https://github.com/gnublade/doctest-ignore-unicode"
+license=('Apache')
+depends=('python-nose')
+makedepends=('python-setuptools')
+source=("https://github.com/gnublade/doctest-ignore-unicode/archive/$_commit/$pkgname-$_commit.tar.gz")
+sha512sums=('f2295cd01d8278eb167da6207d6675444c22f78e2738e82296e555d93a6e68998ffc98c3a5e81ed5e2dadfcea38a2ae2a91a2a732b9533eb36c4c0cc315bdd84')
+
+package() {
+  cd doctest-ignore-unicode-$_commit
+  python setup.py install --root="$pkgdir" --optimize=1
+}



More information about the arch-commits mailing list