svn commit: r354056 - head/databases/py-pymysql

Li-Wen Hsu lwhsu at FreeBSD.org
Wed May 14 13:33:12 UTC 2014


Author: lwhsu
Date: Wed May 14 13:33:11 2014
New Revision: 354056
URL: http://svnweb.freebsd.org/changeset/ports/354056
QAT: https://qat.redports.org/buildarchive/r354056/

Log:
  - Update to 0.6.2
  - Remove obsolete PYDISTUTILS_PKGNAME
  - Pet portlint
  
  PR:		ports/189752
  Submitted by:	Bartek Rutkowski <ports at robakdesign.com>

Modified:
  head/databases/py-pymysql/Makefile
  head/databases/py-pymysql/distinfo
  head/databases/py-pymysql/pkg-descr

Modified: head/databases/py-pymysql/Makefile
==============================================================================
--- head/databases/py-pymysql/Makefile	Wed May 14 13:26:21 2014	(r354055)
+++ head/databases/py-pymysql/Makefile	Wed May 14 13:33:11 2014	(r354056)
@@ -2,7 +2,7 @@
 # $FreeBSD$
 
 PORTNAME=	pymysql
-PORTVERSION=	0.6.1
+PORTVERSION=	0.6.2
 CATEGORIES=	databases python
 MASTER_SITES=	CHEESESHOP
 DISTNAME=	PyMySQL-${PORTVERSION}
@@ -15,6 +15,5 @@ LICENSE=	MIT
 USE_PYTHON=	yes
 USE_PYDISTUTILS=	yes
 PYDISTUTILS_AUTOPLIST=	yes
-PYDISTUTILS_PKGNAME=	PyMySQL
 
 .include <bsd.port.mk>

Modified: head/databases/py-pymysql/distinfo
==============================================================================
--- head/databases/py-pymysql/distinfo	Wed May 14 13:26:21 2014	(r354055)
+++ head/databases/py-pymysql/distinfo	Wed May 14 13:33:11 2014	(r354056)
@@ -1,2 +1,2 @@
-SHA256 (PyMySQL-0.6.1.tar.gz) = 44b42fd6d370269c34ac697d7354788b3d955ed58789388abc6f2086c30d4371
-SIZE (PyMySQL-0.6.1.tar.gz) = 51626
+SHA256 (PyMySQL-0.6.2.tar.gz) = b50f1a08943afa228683ea27b3602ba61d3acdd33c4938c426bcc1366998ddd2
+SIZE (PyMySQL-0.6.2.tar.gz) = 53600

Modified: head/databases/py-pymysql/pkg-descr
==============================================================================
--- head/databases/py-pymysql/pkg-descr	Wed May 14 13:26:21 2014	(r354055)
+++ head/databases/py-pymysql/pkg-descr	Wed May 14 13:33:11 2014	(r354056)
@@ -1,4 +1,4 @@
 This pure Python MySQL client provides a DB-API to a MySQL database by
 talking directly to the server via the binary client/server protocol.
 
-WWW:	https://github.com/petehunt/PyMySQL/
+WWW: https://github.com/petehunt/PyMySQL


More information about the svn-ports-all mailing list