Skip site navigation (1)Skip section navigation (2)
Date:      Sat, 2 May 2020 01:35:26 +0000 (UTC)
From:      Sunpoet Po-Chuan Hsieh <sunpoet@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r533605 - in head: . net net/py-smart-open net/py-smart_open textproc/py-gensim
Message-ID:  <202005020135.0421ZQOn051154@repo.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: sunpoet
Date: Sat May  2 01:35:25 2020
New Revision: 533605
URL: https://svnweb.freebsd.org/changeset/ports/533605

Log:
  Move net/py-smart_open to net/py-smart-open

Added:
  head/net/py-smart-open/
     - copied from r533604, head/net/py-smart_open/
Deleted:
  head/net/py-smart_open/
Modified:
  head/MOVED
  head/net/Makefile
  head/net/py-smart-open/Makefile
  head/textproc/py-gensim/Makefile

Modified: head/MOVED
==============================================================================
--- head/MOVED	Sat May  2 01:35:15 2020	(r533604)
+++ head/MOVED	Sat May  2 01:35:25 2020	(r533605)
@@ -14556,3 +14556,4 @@ dns/bind914|dns/bind916|2020-04-30|Has expired: End of
 net/py-pcap|net/py-pypcap|2020-05-01|Has expired: Broken with python3 please consider using net/py-pypcap
 x11-drivers/xf86-video-tseng||2020-05-01|Has expired: broken
 x11-drivers/xf86-video-s3virge||2020-05-01|Has expired: broken
+net/py-smart_open|net/py-smart-open|2020-05-02|Rename to match upstream naming

Modified: head/net/Makefile
==============================================================================
--- head/net/Makefile	Sat May  2 01:35:15 2020	(r533604)
+++ head/net/Makefile	Sat May  2 01:35:25 2020	(r533605)
@@ -1116,7 +1116,7 @@
     SUBDIR += py-s3transfer
     SUBDIR += py-sbws
     SUBDIR += py-shodan
-    SUBDIR += py-smart_open
+    SUBDIR += py-smart-open
     SUBDIR += py-smbpasswd
     SUBDIR += py-soap2py
     SUBDIR += py-socketio-client

Modified: head/net/py-smart-open/Makefile
==============================================================================
--- head/net/py-smart_open/Makefile	Sat May  2 01:35:15 2020	(r533604)
+++ head/net/py-smart-open/Makefile	Sat May  2 01:35:25 2020	(r533605)
@@ -1,11 +1,12 @@
 # Created by: Po-Chuan Hsieh <sunpoet@FreeBSD.org>
 # $FreeBSD$
 
-PORTNAME=	smart_open
+PORTNAME=	smart-open
 PORTVERSION=	1.11.1
 CATEGORIES=	net python
 MASTER_SITES=	CHEESESHOP
 PKGNAMEPREFIX=	${PYTHON_PKGNAMEPREFIX}
+DISTNAME=	smart_open-${PORTVERSION}
 
 MAINTAINER=	sunpoet@FreeBSD.org
 COMMENT=	Utils for streaming large files

Modified: head/textproc/py-gensim/Makefile
==============================================================================
--- head/textproc/py-gensim/Makefile	Sat May  2 01:35:15 2020	(r533604)
+++ head/textproc/py-gensim/Makefile	Sat May  2 01:35:25 2020	(r533605)
@@ -2,6 +2,7 @@
 
 PORTNAME=	gensim
 DISTVERSION=	3.8.2
+PORTREVISION=	1
 CATEGORIES=	textproc python
 MASTER_SITES=	CHEESESHOP
 PKGNAMEPREFIX=	${PYTHON_PKGNAMEPREFIX}
@@ -16,7 +17,7 @@ BUILD_DEPENDS=	${PYNUMPY}
 RUN_DEPENDS=	${PYNUMPY} \
 		${PYTHON_PKGNAMEPREFIX}scipy>=0.18.1:science/py-scipy@${PY_FLAVOR} \
 		${PYTHON_PKGNAMEPREFIX}six>=1.5.0:devel/py-six@${PY_FLAVOR} \
-		${PYTHON_PKGNAMEPREFIX}smart_open>=1.8.1:net/py-smart_open@${PY_FLAVOR}
+		${PYTHON_PKGNAMEPREFIX}smart-open>=1.8.1:net/py-smart-open@${PY_FLAVOR}
 
 USES=		compiler:c++11-lang python:3.5+
 USE_PYTHON=	distutils autoplist



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