mirror of
https://git.freebsd.org/ports.git
synced 2025-07-18 01:39:16 -04:00
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:
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
|
@ -180,6 +180,7 @@
|
||||||
SUBDIR += plopfolio
|
SUBDIR += plopfolio
|
||||||
SUBDIR += preferencepanes
|
SUBDIR += preferencepanes
|
||||||
SUBDIR += preferences
|
SUBDIR += preferences
|
||||||
|
SUBDIR += py-pystash
|
||||||
SUBDIR += py-send2trash
|
SUBDIR += py-send2trash
|
||||||
SUBDIR += py-vobject
|
SUBDIR += py-vobject
|
||||||
SUBDIR += pybookreader
|
SUBDIR += pybookreader
|
||||||
|
|
24
deskutils/py-pystash/Makefile
Normal file
24
deskutils/py-pystash/Makefile
Normal 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>
|
2
deskutils/py-pystash/distinfo
Normal file
2
deskutils/py-pystash/distinfo
Normal file
|
@ -0,0 +1,2 @@
|
||||||
|
SHA256 (pystash-0.0.14.tar.gz) = c1f840ba16e83ca4d36427bd0fd91481ca42ada4e1bcdab5997c255c8584f1ed
|
||||||
|
SIZE (pystash-0.0.14.tar.gz) = 8774
|
4
deskutils/py-pystash/pkg-descr
Normal file
4
deskutils/py-pystash/pkg-descr
Normal 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/
|
Loading…
Add table
Reference in a new issue