View | Details | Raw Unified | Return to bug 198983
Collapse All | Expand All

(-)deskutils/py-pycarddav/Makefile (-26 lines)
Lines 1-26 Link Here
1
# Created by: che@bein.link
2
# $FreeBSD$
3
4
PORTNAME=	pyCardDAV
5
PORTVERSION=	0.7.0
6
CATEGORIES=	deskutils python
7
MASTER_SITES=	CHEESESHOP
8
PKGNAMEPREFIX=	${PYTHON_PKGNAMEPREFIX}
9
10
MAINTAINER=	che@bein.link
11
COMMENT=	CardDAV based address book tool
12
13
LICENSE=	MIT
14
LICENSE_FILE=	${WRKSRC}/COPYING
15
16
RUN_DEPENDS=	${PYTHON_PKGNAMEPREFIX}click>=3.2:${PORTSDIR}/devel/py-click \
17
		${PYTHON_PKGNAMEPREFIX}urwid>=1.2.1:${PORTSDIR}/devel/py-urwid \
18
		${PYTHON_PKGNAMEPREFIX}lxml>=3.4.1:${PORTSDIR}/devel/py-lxml \
19
		${PYTHON_PKGNAMEPREFIX}vobject>=0.8.0:${PORTSDIR}/deskutils/py-vobject \
20
		${PYTHON_PKGNAMEPREFIX}requests>=2.4.3:${PORTSDIR}/www/py-requests \
21
		${PYTHON_PKGNAMEPREFIX}xdg>=0.25:${PORTSDIR}/devel/py-xdg
22
23
USES=		python
24
USE_PYTHON=	autoplist distutils
25
26
.include <bsd.port.mk>
(-)deskutils/py-pycarddav/distinfo (-2 lines)
Lines 1-2 Link Here
1
SHA256 (pyCardDAV-0.7.0.tar.gz) = a86bca36e361ce194d5fb49295f1ad1b0ed4a4c0759f3d40f8703b1d2fcb732b
2
SIZE (pyCardDAV-0.7.0.tar.gz) = 36677
(-)deskutils/py-pycarddav/pkg-descr (-4 lines)
Lines 1-4 Link Here
1
pyCardDAV is a simple to use CardDAV CLI client. It has built in support for 
2
mutt's query_command but also works very well solo (and with other MUAs).
3
4
WWW: http://lostpackets.de/pycarddav
(-)devel/py-colorama/Makefile (-1 / +1 lines)
Lines 2-8 Link Here
2
# $FreeBSD$
2
# $FreeBSD$
3
3
4
PORTNAME=	colorama
4
PORTNAME=	colorama
5
PORTVERSION=	0.2.5
5
PORTVERSION=	0.3.2
6
CATEGORIES=	devel python
6
CATEGORIES=	devel python
7
MASTER_SITES=	CHEESESHOP
7
MASTER_SITES=	CHEESESHOP
8
PKGNAMEPREFIX=	${PYTHON_PKGNAMEPREFIX}
8
PKGNAMEPREFIX=	${PYTHON_PKGNAMEPREFIX}
(-)devel/py-colorama/distinfo (-2 / +2 lines)
Lines 1-2 Link Here
1
SHA256 (colorama-0.2.5.tar.gz) = 55bad9c74fbda47c558d581e287cfd9bfff48f196caedcff76bf2fb17149b80b
1
SHA256 (colorama-0.3.2.tar.gz) = 218862857d74ff781c2caf44629a7d72b88bbb8a2b0aa0f4f1eb8666f8305c11
2
SIZE (colorama-0.2.5.tar.gz) = 15042
2
SIZE (colorama-0.3.2.tar.gz) = 18343
(-)devel/py-pygitup/Makefile (+23 lines)
Line 0 Link Here
1
# $FreeBSD$
2
3
PORTNAME=	git-up
4
PORTVERSION=	1.2.2
5
CATEGORIES=	devel python
6
MASTER_SITES=	CHEESESHOP
7
PKGNAMEPREFIX=	${PYTHON_PKGNAMEPREFIX}
8
9
MAINTAINER=	che@bein.link
10
COMMENT=	Python implementation of 'git up'
11
12
LICENSE=	MIT
13
LICENSE_FILE=	${WRKSRC}/LICENSE
14
15
RUN_DEPENDS=	${PYTHON_PKGNAMEPREFIX}pygit2>=0.21.1:${PORTSDIR}/devel/py-pygit2 \
16
	${PYTHON_PKGNAMEPREFIX}colorama>=0.3.2:${PORTSDIR}/devel/py-colorama \
17
	${PYTHON_PKGNAMEPREFIX}termcolor>=1.1.0:${PORTSDIR}/devel/py-termcolor \
18
	${PYTHON_PKGNAMEPREFIX}docopt>=0.6.1:${PORTSDIR}/devel/py-docopt
19
20
USES=		python zip
21
USE_PYTHON=	autoplist distutils
22
23
.include <bsd.port.mk>
(-)devel/py-pygitup/distinfo (+2 lines)
Line 0 Link Here
1
SHA256 (git-up-1.2.2.zip) = addad2b3a14155bbb7feee71fd0e52f153e39bfa375b0799f45e6e58a493a70a
2
SIZE (git-up-1.2.2.zip) = 24895
(-)devel/py-pygitup/pkg-descr (+5 lines)
Line 0 Link Here
1
PyGitUp is a Python implementation of the great aanand/git-up/. It not only 
2
fully covers the abilities of git-up and should be a drop-in replacement, but 
3
also extends it slightly.
4
5
WWW: https://github.com/untitaker/python-atomicwrites

Return to bug 198983