Skip site navigation (1)Skip section navigation (2)
Date:      Wed, 23 Dec 2020 07:27:42 +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: r558968 - head/math/py-permutation
Message-ID:  <202012230727.0BN7RgEc067167@repo.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: yuri
Date: Wed Dec 23 07:27:41 2020
New Revision: 558968
URL: https://svnweb.freebsd.org/changeset/ports/558968

Log:
  math/py-permutation: Update 0.2.0 -> 0.3.0

Modified:
  head/math/py-permutation/Makefile
  head/math/py-permutation/distinfo

Modified: head/math/py-permutation/Makefile
==============================================================================
--- head/math/py-permutation/Makefile	Wed Dec 23 07:10:52 2020	(r558967)
+++ head/math/py-permutation/Makefile	Wed Dec 23 07:27:41 2020	(r558968)
@@ -1,9 +1,9 @@
 # $FreeBSD$
 
 PORTNAME=	permutation
-DISTVERSIONPREFIX=	v
-DISTVERSION=	0.2.0
+DISTVERSION=	0.3.0
 CATEGORIES=	math python
+MASTER_SITES=	CHEESESHOP
 PKGNAMEPREFIX=	${PYTHON_PKGNAMEPREFIX}
 
 MAINTAINER=	yuri@FreeBSD.org
@@ -13,9 +13,14 @@ LICENSE=	MIT
 LICENSE_FILE=	${WRKSRC}/LICENSE
 
 USES=		python
-USE_GITHUB=	yes
-GH_ACCOUNT=	jwodder
 USE_PYTHON=	distutils autoplist
+
 NO_ARCH=	yes
+
+pre-configure: # permutation is officially built with "build" (https://github.com/pypa/build), but this is easily circumvented with this simple setup.py
+	@( \
+		${ECHO} "from setuptools import setup" && \
+		${ECHO} "setup()" \
+	) > ${WRKSRC}/setup.py
 
 .include <bsd.port.mk>

Modified: head/math/py-permutation/distinfo
==============================================================================
--- head/math/py-permutation/distinfo	Wed Dec 23 07:10:52 2020	(r558967)
+++ head/math/py-permutation/distinfo	Wed Dec 23 07:27:41 2020	(r558968)
@@ -1,3 +1,3 @@
-TIMESTAMP = 1548061642
-SHA256 (jwodder-permutation-v0.2.0_GH0.tar.gz) = 96322baaf97fcf0f01622abc71db99175a0df512c98b10b2da0636370e727bc7
-SIZE (jwodder-permutation-v0.2.0_GH0.tar.gz) = 13855
+TIMESTAMP = 1608707865
+SHA256 (permutation-0.3.0.tar.gz) = 61cff29def92d72cd828d6866a6a01d03e4a4191d798a73e9ce08c0907b01ba9
+SIZE (permutation-0.3.0.tar.gz) = 16951



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