Skip site navigation (1)Skip section navigation (2)
Date:      Mon, 10 Feb 2014 22:42:35 +0000 (UTC)
From:      Antoine Brodin <antoine@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r343691 - head/devel/py-olefileio_pl
Message-ID:  <201402102242.s1AMgZae055078@svn.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: antoine
Date: Mon Feb 10 22:42:34 2014
New Revision: 343691
URL: http://svnweb.freebsd.org/changeset/ports/343691
QAT: https://qat.redports.org/buildarchive/r343691/

Log:
  - Update to 0.30
  - This version works with python 3
  - Use PYDISTUTILS_AUTOPLIST
  - Remove DOCS, the README is identical in content to the PKGINFO

Deleted:
  head/devel/py-olefileio_pl/pkg-plist
Modified:
  head/devel/py-olefileio_pl/Makefile
  head/devel/py-olefileio_pl/distinfo

Modified: head/devel/py-olefileio_pl/Makefile
==============================================================================
--- head/devel/py-olefileio_pl/Makefile	Mon Feb 10 22:42:16 2014	(r343690)
+++ head/devel/py-olefileio_pl/Makefile	Mon Feb 10 22:42:34 2014	(r343691)
@@ -2,7 +2,7 @@
 # $FreeBSD$
 
 PORTNAME=	olefileio_pl
-PORTVERSION=	0.26
+PORTVERSION=	0.30
 CATEGORIES=	devel python
 MASTER_SITES=	http://cdn.bitbucket.org/decalage/olefileio_pl/downloads/
 PKGNAMEPREFIX=	${PYTHON_PKGNAMEPREFIX}
@@ -15,21 +15,11 @@ COMMENT=	Python module to read MS OLE2 f
 LICENSE=	MIT
 
 USES=		dos2unix
-USE_PYTHON=	2
-USE_PYDISTUTILS=yes
-PYDISTUTILS_PKGNAME=OleFileIO_PL
-
-OPTIONS_DEFINE=	DOCS
-
-DOCSDIR=	${PREFIX}/share/doc/py-${PORTNAME}
-PORTDOCS=	README.txt
-
-.include <bsd.port.options.mk>
-
-post-install:
-.if ${PORT_OPTIONS:MDOCS}
-	@${MKDIR} ${STAGEDIR}${DOCSDIR}
-	${INSTALL_DATA} ${PORTDOCS:S,^,${WRKSRC}/,} ${STAGEDIR}${DOCSDIR}
-.endif
+USE_PYTHON=	yes
+USE_PYDISTUTILS=	yes
+PYDISTUTILS_AUTOPLIST=	yes
+
+post-patch:
+	@${REINPLACE_CMD} "s|, 'OleFileIO_PL2'||" ${WRKSRC}/setup.py
 
 .include <bsd.port.mk>

Modified: head/devel/py-olefileio_pl/distinfo
==============================================================================
--- head/devel/py-olefileio_pl/distinfo	Mon Feb 10 22:42:16 2014	(r343690)
+++ head/devel/py-olefileio_pl/distinfo	Mon Feb 10 22:42:34 2014	(r343691)
@@ -1,2 +1,2 @@
-SHA256 (OleFileIO_PL-0.26.zip) = 4933cdd181a2506678dd2b01743c33ceec2ec8ecb813fc5e7fa50ea4d6b88fa4
-SIZE (OleFileIO_PL-0.26.zip) = 38261
+SHA256 (OleFileIO_PL-0.30.zip) = b9799ca895febc310d72a4c72164f2486f070ce362f494a571ae34a1acba7e04
+SIZE (OleFileIO_PL-0.30.zip) = 78444



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201402102242.s1AMgZae055078>