svn commit: r536069 - head/misc/py-python-geohash

Yuri Victorovich yuri at FreeBSD.org
Thu May 21 05:03:10 UTC 2020


Author: yuri
Date: Thu May 21 05:03:09 2020
New Revision: 536069
URL: https://svnweb.freebsd.org/changeset/ports/536069

Log:
  misc/py-python-geohash: Change to python3

Modified:
  head/misc/py-python-geohash/Makefile

Modified: head/misc/py-python-geohash/Makefile
==============================================================================
--- head/misc/py-python-geohash/Makefile	Thu May 21 05:00:10 2020	(r536068)
+++ head/misc/py-python-geohash/Makefile	Thu May 21 05:03:09 2020	(r536069)
@@ -2,8 +2,8 @@
 # $FreeBSD$
 
 PORTNAME=	python-geohash
-PORTVERSION=	0.8.5
-PORTREVISION=	1
+DISTVERSION=	0.8.5
+PORTREVISION=	2
 CATEGORIES=	misc python
 MASTER_SITES=	CHEESESHOP
 PKGNAMEPREFIX=	${PYTHON_PKGNAMEPREFIX}
@@ -14,10 +14,10 @@ COMMENT=	Fast, accurate python geohashing library
 LICENSE=	APACHE20 MIT BSD3CLAUSE
 LICENSE_COMB=	multi
 
-DEPRECATED=	Uses deprecated version of python
-EXPIRATION_DATE=	2020-08-15
-
-USES=		python:2.7
+USES=		python
 USE_PYTHON=	autoplist distutils
+
+post-install:
+	@${STRIP_CMD} ${STAGEDIR}/${PYTHON_SITELIBDIR}/_geohash.so
 
 .include <bsd.port.mk>


More information about the svn-ports-all mailing list