mirror of
https://git.FreeBSD.org/ports.git
synced 2025-01-21 08:42:23 +00:00
deskutils/py-vobject: Update to 0.9.5
This new version brings a better compatibility with Python 3. Move to Github and to the new Home page. Improve port (Architecture neutral, Dependencies, License, Test target). Changes: https://github.com/eventable/vobject/releases PR: 221472 Approved by: maintainer (timeout, 3 weeks)
This commit is contained in:
parent
82e1fd1302
commit
68cb289031
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=449487
@ -2,18 +2,27 @@
|
|||||||
# $FreeBSD$
|
# $FreeBSD$
|
||||||
|
|
||||||
PORTNAME= vobject
|
PORTNAME= vobject
|
||||||
PORTVERSION= 0.8.1c
|
PORTVERSION= 0.9.5
|
||||||
PORTREVISION= 2
|
|
||||||
CATEGORIES= deskutils python
|
CATEGORIES= deskutils python
|
||||||
MASTER_SITES= http://vobject.skyhouseconsulting.com/
|
|
||||||
PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX}
|
PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX}
|
||||||
|
|
||||||
MAINTAINER= jun-g@daemonfreaks.com
|
MAINTAINER= jun-g@daemonfreaks.com
|
||||||
COMMENT= ICalendar library
|
COMMENT= ICalendar library
|
||||||
|
|
||||||
RUN_DEPENDS= py*-dateutil>=1.1:devel/py-dateutil
|
LICENSE= APACHE20
|
||||||
|
LICENSE_FILE= ${WRKSRC}/LICENSE-2.0.txt
|
||||||
|
|
||||||
|
RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}dateutil>=2.4.0:devel/py-dateutil \
|
||||||
|
${PYTHON_PKGNAMEPREFIX}six>0:devel/py-six
|
||||||
|
|
||||||
|
NO_ARCH= yes
|
||||||
USES= python
|
USES= python
|
||||||
USE_PYTHON= distutils autoplist
|
USE_PYTHON= distutils autoplist
|
||||||
|
|
||||||
|
USE_GITHUB= yes
|
||||||
|
GH_ACCOUNT= eventable
|
||||||
|
|
||||||
|
do-test:
|
||||||
|
@cd ${WRKSRC} && ${PYTHON_CMD} tests.py
|
||||||
|
|
||||||
.include <bsd.port.mk>
|
.include <bsd.port.mk>
|
||||||
|
@ -1,2 +1,3 @@
|
|||||||
SHA256 (vobject-0.8.1c.tar.gz) = 594113117f2017ed837c8f3ce727616f9053baa5a5463a7420c8249b8fc556f5
|
TIMESTAMP = 1502588702
|
||||||
SIZE (vobject-0.8.1c.tar.gz) = 59925
|
SHA256 (eventable-vobject-0.9.5_GH0.tar.gz) = 344bd0e2b95c507a1b99fee44f4f2bf3e12991f14b6f181bf98eed42162db764
|
||||||
|
SIZE (eventable-vobject-0.9.5_GH0.tar.gz) = 215577
|
||||||
|
@ -2,4 +2,4 @@ Vobject parses iCalendar and vCard files into Python data structures,
|
|||||||
decoding the relevant encodings. Also serializes vobject data structures
|
decoding the relevant encodings. Also serializes vobject data structures
|
||||||
to iCalendar, vCard, or (expirementally) hCalendar unicode strings.
|
to iCalendar, vCard, or (expirementally) hCalendar unicode strings.
|
||||||
|
|
||||||
WWW: http://vobject.skyhouseconsulting.com/
|
WWW: http://eventable.github.io/vobject/
|
||||||
|
Loading…
Reference in New Issue
Block a user