aboutsummaryrefslogtreecommitdiff
path: root/deskutils/py-pystash
diff options
context:
space:
mode:
authorNicola Vitale <nivit@FreeBSD.org>2014-07-18 01:59:17 +0000
committerNicola Vitale <nivit@FreeBSD.org>2014-07-18 01:59:17 +0000
commitc6d60b9ab82bc40740b13aef5c42d33417e7773e (patch)
tree690aa38d3dbcd1f2002ef75ee89cdc74813ced2d /deskutils/py-pystash
parentc2449eb5967f98fc2a47b4991529ba9f463e7819 (diff)
downloadports-c6d60b9ab82bc40740b13aef5c42d33417e7773e.tar.gz
ports-c6d60b9ab82bc40740b13aef5c42d33417e7773e.zip
Save your code snippets in the cloud (http://trystash.com/) from
the command line. WWW: http://pypi.python.org/pypi/pystash/
Notes
Notes: svn path=/head/; revision=362173
Diffstat (limited to 'deskutils/py-pystash')
-rw-r--r--deskutils/py-pystash/Makefile24
-rw-r--r--deskutils/py-pystash/distinfo2
-rw-r--r--deskutils/py-pystash/pkg-descr4
3 files changed, 30 insertions, 0 deletions
diff --git a/deskutils/py-pystash/Makefile b/deskutils/py-pystash/Makefile
new file mode 100644
index 000000000000..2b20785470fe
--- /dev/null
+++ b/deskutils/py-pystash/Makefile
@@ -0,0 +1,24 @@
+# Created by: Nicola Vitale <nivit@FreeBSD.org>
+# $FreeBSD$
+
+PORTNAME= pystash
+PORTVERSION= 0.0.14
+#PORTREVISION= 0
+CATEGORIES= deskutils
+MASTER_SITES= CHEESESHOP
+PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX}
+
+MAINTAINER= nivit@FreeBSD.org
+COMMENT= Save your code snippets in the cloud from the command line
+
+RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}args>=0.1.0:${PORTSDIR}/devel/py-args \
+ ${PYTHON_PKGNAMEPREFIX}clint>=0.3.7:${PORTSDIR}/devel/py-clint \
+ ${PYTHON_PKGNAMEPREFIX}requests>=2.3.0:${PORTSDIR}/www/py-requests \
+ ${PYTHON_PKGNAMEPREFIX}xerox>=0.3.1:${PORTSDIR}/devel/py-xerox
+
+PYDISTUTILS_AUTOPLIST= yes
+
+USE_PYDISTUTILS= yes
+USE_PYTHON= yes
+
+.include <bsd.port.mk>
diff --git a/deskutils/py-pystash/distinfo b/deskutils/py-pystash/distinfo
new file mode 100644
index 000000000000..a43d862c2c3d
--- /dev/null
+++ b/deskutils/py-pystash/distinfo
@@ -0,0 +1,2 @@
+SHA256 (pystash-0.0.14.tar.gz) = c1f840ba16e83ca4d36427bd0fd91481ca42ada4e1bcdab5997c255c8584f1ed
+SIZE (pystash-0.0.14.tar.gz) = 8774
diff --git a/deskutils/py-pystash/pkg-descr b/deskutils/py-pystash/pkg-descr
new file mode 100644
index 000000000000..a3be878cd254
--- /dev/null
+++ b/deskutils/py-pystash/pkg-descr
@@ -0,0 +1,4 @@
+Save your code snippets in the cloud (http://trystash.com/) from
+the command line.
+
+WWW: http://pypi.python.org/pypi/pystash/