Skip site navigation (1)Skip section navigation (2)
Date:      Sun, 31 Jan 2021 07:43:38 +0000 (UTC)
From:      Don Lewis <truckman@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r563477 - in head: . devel devel/py-pymtbl
Message-ID:  <202101310743.10V7hcEK011079@repo.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: truckman
Date: Sun Jan 31 07:43:38 2021
New Revision: 563477
URL: https://svnweb.freebsd.org/changeset/ports/563477

Log:
  Resurrect devel/py-pymtbl and upgrade to version 0.5.0, which is
  compatible with python 3.
  
  MFH:		2021Q1
  Sponsored by:	Farsight Security, Inc.

Added:
  head/devel/py-pymtbl/
     - copied from r544926, head/devel/py-pymtbl/
Modified:
  head/MOVED
  head/devel/Makefile
  head/devel/py-pymtbl/Makefile
  head/devel/py-pymtbl/distinfo

Modified: head/MOVED
==============================================================================
--- head/MOVED	Sun Jan 31 07:40:52 2021	(r563476)
+++ head/MOVED	Sun Jan 31 07:43:38 2021	(r563477)
@@ -15212,7 +15212,6 @@ devel/py-protocols||2020-08-15|Has expired: Uses depre
 devel/py-ptrace||2020-08-15|Has expired: Uses deprecated version of python
 devel/py-pydoop||2020-08-15|Has expired: Uses deprecated version of python
 devel/py-pyke||2020-08-15|Has expired: Uses deprecated version of python
-devel/py-pymtbl||2020-08-15|Has expired: Uses deprecated version of python
 devel/py-pyshapelib||2020-08-15|Has expired: Uses deprecated version of python
 devel/py-pytemplate||2020-08-15|Has expired: Uses deprecated version of python
 devel/py-python2-pythondialog||2020-08-15|Has expired: Uses deprecated version of python

Modified: head/devel/Makefile
==============================================================================
--- head/devel/Makefile	Sun Jan 31 07:40:52 2021	(r563476)
+++ head/devel/Makefile	Sun Jan 31 07:43:38 2021	(r563477)
@@ -4881,6 +4881,7 @@
     SUBDIR += py-pymaven-patch
     SUBDIR += py-pymisp
     SUBDIR += py-pympler
+    SUBDIR += py-pymtbl
     SUBDIR += py-pynest2d
     SUBDIR += py-pyopencl
     SUBDIR += py-pyparsing

Modified: head/devel/py-pymtbl/Makefile
==============================================================================
--- head/devel/py-pymtbl/Makefile	Sat Aug 15 10:05:27 2020	(r544926)
+++ head/devel/py-pymtbl/Makefile	Sun Jan 31 07:43:38 2021	(r563477)
@@ -1,7 +1,7 @@
 # $FreeBSD$
 
 PORTNAME=	pymtbl
-PORTVERSION=	0.4.1
+PORTVERSION=	0.5.0
 #PORTREVISION=	1
 CATEGORIES=	devel python
 MASTER_SITES=	FARSIGHT LOCAL/truckman/farsight
@@ -13,13 +13,10 @@ COMMENT=	Python wrapper for devel/mtbl
 LICENSE=	APACHE20
 LICENSE_FILE=	${WRKSRC}/COPYRIGHT
 
-DEPRECATED=	Uses deprecated version of python
-EXPIRATION_DATE=	2020-08-15
-
 LIB_DEPENDS=	libmtbl.so:devel/mtbl
 
-USES=		pkgconfig python:-3.6 shebangfix uniquefiles:dirs
-USE_PYTHON=	autoplist distutils
+USES=		pkgconfig python shebangfix uniquefiles:dirs
+USE_PYTHON=	autoplist cython distutils
 
 SHEBANG_FILES=	examples/*.py examples/*/*.py
 

Modified: head/devel/py-pymtbl/distinfo
==============================================================================
--- head/devel/py-pymtbl/distinfo	Sat Aug 15 10:05:27 2020	(r544926)
+++ head/devel/py-pymtbl/distinfo	Sun Jan 31 07:43:38 2021	(r563477)
@@ -1,3 +1,3 @@
-TIMESTAMP = 1501805864
-SHA256 (pymtbl-0.4.1.tar.gz) = 2c7d7515420ba6f92fcc55355949279c381bb30e1f879dddbcf38968316dc62c
-SIZE (pymtbl-0.4.1.tar.gz) = 59207
+TIMESTAMP = 1612041602
+SHA256 (pymtbl-0.5.0.tar.gz) = 99d3c87a15a0c7efd69287e861218186ba0617788043873dd73e5bb5db8fefec
+SIZE (pymtbl-0.5.0.tar.gz) = 14046



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