Date: Saturday, April 8, 2023 @ 06:11:06
  Author: felixonmars
Revision: 1441930

archrelease: copy trunk to community-staging-any

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

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

Copied: python-doctest-ignore-unicode/repos/community-staging-any/PKGBUILD 
(from rev 1441929, python-doctest-ignore-unicode/trunk/PKGBUILD)
===================================================================
--- community-staging-any/PKGBUILD                              (rev 0)
+++ community-staging-any/PKGBUILD      2023-04-08 06:11:06 UTC (rev 1441930)
@@ -0,0 +1,19 @@
+# Maintainer: Felix Yan <[email protected]>
+
+pkgname=python-doctest-ignore-unicode
+pkgver=0.1.2
+_commit=ee9412fd155ebf47c42974696d31e6a1510cffa0
+pkgrel=6
+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
+}

Reply via email to