Save your code snippets in the cloud (http://trystash.com/) from

the command line.

WWW: http://pypi.python.org/pypi/pystash/
This commit is contained in:
Nicola Vitale 2014-07-18 01:59:17 +00:00
parent c2449eb596
commit c6d60b9ab8
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=362173
4 changed files with 31 additions and 0 deletions

View File

@ -180,6 +180,7 @@
SUBDIR += plopfolio
SUBDIR += preferencepanes
SUBDIR += preferences
SUBDIR += py-pystash
SUBDIR += py-send2trash
SUBDIR += py-vobject
SUBDIR += pybookreader

View File

@ -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>

View File

@ -0,0 +1,2 @@
SHA256 (pystash-0.0.14.tar.gz) = c1f840ba16e83ca4d36427bd0fd91481ca42ada4e1bcdab5997c255c8584f1ed
SIZE (pystash-0.0.14.tar.gz) = 8774

View File

@ -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/