mirror of
https://git.FreeBSD.org/ports.git
synced 2024-11-25 00:51:21 +00:00
databases/pymongo: update to 2.6.3
- Update to 2.6.3 - Use PYTHON_PY3K_PLIST_HACK
This commit is contained in:
parent
7d781d8509
commit
8428a96d39
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=330256
@ -2,7 +2,7 @@
|
||||
# $FreeBSD$
|
||||
|
||||
PORTNAME= pymongo
|
||||
PORTVERSION= 2.6.2
|
||||
PORTVERSION= 2.6.3
|
||||
CATEGORIES= databases python
|
||||
MASTER_SITES= CHEESESHOP
|
||||
|
||||
@ -15,16 +15,13 @@ USE_PYTHON= yes
|
||||
USE_PYDISTUTILS= easy_install
|
||||
PYEASYINSTALL_ARCHDEP= yes
|
||||
PYDISTUTILS_NOEGGINFO= yes
|
||||
|
||||
PYTHON_PY3K_PLIST_HACK= yes
|
||||
NO_STAGE= yes
|
||||
|
||||
.include <bsd.port.pre.mk>
|
||||
|
||||
.if ${ARCH} == "ia64" || ${ARCH} == "powerpc" || ${ARCH} == "sparc64"
|
||||
BROKEN= Does not install on ia64, powerpc, or sparc64
|
||||
.endif
|
||||
|
||||
.if ${PYTHON_REL} >= 320
|
||||
.include "${PORTSDIR}/devel/py-virtualenv/files/py3k-fix-pkg-plist.inc"
|
||||
.endif
|
||||
|
||||
.include <bsd.port.post.mk>
|
||||
|
@ -1,2 +1,2 @@
|
||||
SHA256 (pymongo-2.6.2.tar.gz) = 091d584f7b5d8de60bf6152d9269ec9a29ae7fa34415862b2f092af393233c4e
|
||||
SIZE (pymongo-2.6.2.tar.gz) = 322913
|
||||
SHA256 (pymongo-2.6.3.tar.gz) = cabe1d785ad5db6ed8ff70dcb9c987958fc75400f066ec78911ca3f37184a4e2
|
||||
SIZE (pymongo-2.6.3.tar.gz) = 324241
|
||||
|
Loading…
Reference in New Issue
Block a user