Skip site navigation (1)Skip section navigation (2)
Date:      Sun, 7 Mar 2021 22:20:38 +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: r567685 - head/devel/py-pyinotify
Message-ID:  <202103072220.127MKcHY043176@repo.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: sunpoet
Date: Sun Mar  7 22:20:38 2021
New Revision: 567685
URL: https://svnweb.freebsd.org/changeset/ports/567685

Log:
  Clean up
  
  - Clean up MASTER_SITES
  - Add LICENSE_FILE
  - Use USE_PYTHON=autoplist
  - Update WWW
  - Take maintainership

Deleted:
  head/devel/py-pyinotify/pkg-plist
Modified:
  head/devel/py-pyinotify/Makefile
  head/devel/py-pyinotify/pkg-descr

Modified: head/devel/py-pyinotify/Makefile
==============================================================================
--- head/devel/py-pyinotify/Makefile	Sun Mar  7 22:20:31 2021	(r567684)
+++ head/devel/py-pyinotify/Makefile	Sun Mar  7 22:20:38 2021	(r567685)
@@ -3,19 +3,20 @@
 PORTNAME=	pyinotify
 PORTVERSION=	0.9.6
 CATEGORIES=	devel
-MASTER_SITES=	CHEESESHOP/source/p/pyinotify
+MASTER_SITES=	CHEESESHOP
 PKGNAMEPREFIX=	${PYTHON_PKGNAMEPREFIX}
 
-MAINTAINER=	ports@FreeBSD.org
+MAINTAINER=	sunpoet@FreeBSD.org
 COMMENT=	Python interface to (lib)inotify
 
 LICENSE=	MIT
+LICENSE_FILE=	${WRKSRC}/COPYING
 
 LIB_DEPENDS=	libinotify.so:devel/libinotify
 
 USES=		python:3.6+
-USE_PYTHON=	distutils py3kplist
+USE_PYTHON=	autoplist concurrent distutils
 
-NO_ARCH=	YES
+NO_ARCH=	yes
 
 .include <bsd.port.mk>

Modified: head/devel/py-pyinotify/pkg-descr
==============================================================================
--- head/devel/py-pyinotify/pkg-descr	Sun Mar  7 22:20:31 2021	(r567684)
+++ head/devel/py-pyinotify/pkg-descr	Sun Mar  7 22:20:38 2021	(r567685)
@@ -1,3 +1,3 @@
 Python library for (lib)inotify
 
-WWW: https://github.com/seb-m/pyinotify/wiki
+WWW: https://github.com/seb-m/pyinotify



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