On Sun, Aug 16, 2015 at 10:28:59PM +0100, Edd Barrett wrote:
> Hey,
> 
> A dependency I was supposed to submit along with py-pickleshare.
> 
> Attached is:
>  * The port.
>  * A diff to py-pickleshare to pull in this.

Sorry, theres another missing dep (setuptools_scm) whose tests are
currently broken. For now, I've patched away the need for
setuptools_scm.

Revised work attached.

OK?

-- 
Best Regards
Edd Barrett

http://www.theunixzoo.co.uk
Index: Makefile
===================================================================
RCS file: /home/edd/cvsync/ports/databases/py-pickleshare/Makefile,v
retrieving revision 1.1.1.1
diff -u -p -r1.1.1.1 Makefile
--- Makefile    16 Aug 2015 19:37:17 -0000      1.1.1.1
+++ Makefile    16 Aug 2015 21:24:49 -0000
@@ -1,8 +1,9 @@
-# $OpenBSD: Makefile,v 1.1.1.1 2015/08/16 19:37:17 edd Exp $
+# $OpenBSD: Makefile.template,v 1.72 2015/04/08 17:53:19 sthen Exp $
 
 COMMENT =              tiny 'shelve'-like database with concurrency support
 
 MODPY_EGG_VERSION =    0.5
+REVISION =             0
 DISTNAME =             pickleshare-${MODPY_EGG_VERSION}
 PKGNAME =              py-${DISTNAME}
 
@@ -16,6 +17,8 @@ PERMIT_PACKAGE_CDROM =        Yes
 MODULES =              lang/python
 MODPY_PI =             Yes
 MODPY_SETUPTOOLS =     Yes
+
+RUN_DEPENDS =          devel/py-path.py
 
 NO_TEST =              Yes
 

Attachment: py-path.py2.tgz
Description: application/tar-gz

Reply via email to