mirror of
https://git.freebsd.org/ports.git
synced 2025-07-17 17:29:23 -04:00
- Update to 0.6.7
- Add missing PKGNAMEPREFIX - Add LICENSE_FILE - Add NO_ARCH - Sort USE_PYTHON Changes: https://github.com/PyMySQL/PyMySQL/blob/master/CHANGELOG PR: 204880 Submitted by: sunpoet (myself) Approved by: lwhsu (maintainer)
This commit is contained in:
parent
75e2001795
commit
50e21cfda3
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=403022
2 changed files with 7 additions and 4 deletions
|
@ -2,17 +2,20 @@
|
|||
# $FreeBSD$
|
||||
|
||||
PORTNAME= pymysql
|
||||
PORTVERSION= 0.6.2
|
||||
PORTVERSION= 0.6.7
|
||||
CATEGORIES= databases python
|
||||
MASTER_SITES= CHEESESHOP
|
||||
PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX}
|
||||
DISTNAME= PyMySQL-${PORTVERSION}
|
||||
|
||||
MAINTAINER= lwhsu@FreeBSD.org
|
||||
COMMENT= Pure Python MySQL Driver
|
||||
|
||||
LICENSE= MIT
|
||||
LICENSE_FILE= ${WRKSRC}/LICENSE
|
||||
|
||||
NO_ARCH= yes
|
||||
USES= python
|
||||
USE_PYTHON= distutils autoplist
|
||||
USE_PYTHON= autoplist distutils
|
||||
|
||||
.include <bsd.port.mk>
|
||||
|
|
|
@ -1,2 +1,2 @@
|
|||
SHA256 (PyMySQL-0.6.2.tar.gz) = b50f1a08943afa228683ea27b3602ba61d3acdd33c4938c426bcc1366998ddd2
|
||||
SIZE (PyMySQL-0.6.2.tar.gz) = 53600
|
||||
SHA256 (PyMySQL-0.6.7.tar.gz) = e549649db3b1a9317c6027175197458bfb4f55357828410ed4f768fc6ce35f0f
|
||||
SIZE (PyMySQL-0.6.7.tar.gz) = 61175
|
||||
|
|
Loading…
Add table
Reference in a new issue