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. OK? -- Best Regards Edd Barrett http://www.theunixzoo.co.uk
py-path.py.tgz
Description: application/tar-gz
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
