Skip site navigation (1)Skip section navigation (2)
Date:      Thu, 21 May 2020 05:03:09 +0000 (UTC)
From:      Yuri Victorovich <yuri@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r536069 - head/misc/py-python-geohash
Message-ID:  <202005210503.04L539DG082354@repo.freebsd.org>

next in thread | raw e-mail | index | archive | help
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>



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