[arch-commits] Commit in hy/trunk (PKGBUILD)

Jan Steffens heftig at archlinux.org
Sun Jul 29 14:03:23 UTC 2018


    Date: Sunday, July 29, 2018 @ 14:03:22
  Author: heftig
Revision: 364513

0.15.0-1

Modified:
  hy/trunk/PKGBUILD	(contents, properties)

----------+
 PKGBUILD |    8 +++++---
 1 file changed, 5 insertions(+), 3 deletions(-)

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2018-07-29 14:00:42 UTC (rev 364512)
+++ PKGBUILD	2018-07-29 14:03:22 UTC (rev 364513)
@@ -2,8 +2,8 @@
 # Contributor: JP Cimalando <jp-dev at inbox.ru>
 
 pkgname=hy
-pkgver=0.14.0
-pkgrel=5
+pkgver=0.15.0
+pkgrel=1
 pkgdesc="A dialect of Lisp that's embedded in Python"
 arch=('any')
 url="http://hylang.org/"
@@ -12,7 +12,7 @@
 makedepends=('python-setuptools')
 checkdepends=('python-pytest' 'python-pytest-runner')
 source=("$pkgname-$pkgver.tar.gz::https://github.com/hylang/hy/archive/$pkgver.tar.gz")
-md5sums=('49f088476ba9eb3c0993299456a8eae5')
+md5sums=('74e6def3be716730706ff273bfa648eb')
 
 prepare() {
     cd "$pkgname-$pkgver"
@@ -29,6 +29,8 @@
 
 check(){
     cd "$pkgname-$pkgver"
+    python setup.py develop --user
+    PATH="$HOME/.local/bin:$PATH"
     python setup.py pytest --addopts "-k 'not test_bin'"
 }
 


Property changes on: hy/trunk/PKGBUILD
___________________________________________________________________
Added: svn:keywords
## -0,0 +1 ##
+Id
\ No newline at end of property



More information about the arch-commits mailing list