pkgsrc-WIP-changes archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

py-appdirs: remove, same version in devel/py-appdirs



Module Name:	pkgsrc-wip
Committed By:	Thomas Klausner <wiz%NetBSD.org@localhost>
Pushed By:	wiz
Date:		Tue Feb 7 17:32:03 2017 +0100
Changeset:	6973a72ce87be3220f9296daea564741b60b5545

Modified Files:
	Makefile
	emacs-git/PLIST
	plover-git/Makefile
	plover-wxgtk/Makefile
	py-bandit/Makefile
	py-lingpy/Makefile
	py-pytools/Makefile
Removed Files:
	py-appdirs/DESCR
	py-appdirs/Makefile
	py-appdirs/PLIST
	py-appdirs/distinfo

Log Message:
py-appdirs: remove, same version in devel/py-appdirs

To see a diff of this commit:
https://wip.pkgsrc.org/cgi-bin/gitweb.cgi?p=pkgsrc-wip.git;a=commitdiff;h=6973a72ce87be3220f9296daea564741b60b5545

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.

diffstat:
 Makefile              |  3 ++-
 emacs-git/PLIST       |  2 ++
 plover-git/Makefile   | 13 ++++++-------
 plover-wxgtk/Makefile |  5 ++---
 py-appdirs/DESCR      |  2 --
 py-appdirs/Makefile   | 18 ------------------
 py-appdirs/PLIST      |  8 --------
 py-appdirs/distinfo   |  5 -----
 py-bandit/Makefile    |  2 +-
 py-lingpy/Makefile    |  3 +--
 py-pytools/Makefile   |  5 +++--
 11 files changed, 17 insertions(+), 49 deletions(-)

diffs:
diff --git a/Makefile b/Makefile
index 2d256a0976..98cb84ea52 100644
--- a/Makefile
+++ b/Makefile
@@ -2014,6 +2014,7 @@ SUBDIR+=	netbsd-icon-theme
 SUBDIR+=	netbsd-light-desktop-artwork
 SUBDIR+=	netbsd-light-desktop-default-settings
 SUBDIR+=	netbsd-make
+SUBDIR+=	netbsd-x11-i386
 SUBDIR+=	netclasses
 SUBDIR+=	netkit-base
 SUBDIR+=	netkit-routed
@@ -2686,7 +2687,6 @@ SUBDIR+=	py-anfft
 SUBDIR+=	py-annarchy
 SUBDIR+=	py-antlr3
 SUBDIR+=	py-aopython
-SUBDIR+=	py-appdirs
 SUBDIR+=	py-applpy
 SUBDIR+=	py-aqopa
 SUBDIR+=	py-arabic
@@ -4308,6 +4308,7 @@ SUBDIR+=	which
 SUBDIR+=	why
 SUBDIR+=	why3
 SUBDIR+=	wicd
+SUBDIR+=	wine-devel
 SUBDIR+=	wings
 SUBDIR+=	winwrangler
 SUBDIR+=	wireless-tools
diff --git a/emacs-git/PLIST b/emacs-git/PLIST
index 37f88070ae..34e5b1ba83 100644
--- a/emacs-git/PLIST
+++ b/emacs-git/PLIST
@@ -3893,6 +3893,8 @@ share/emacs/${PKGVERSION}/lisp/woman.el.gz
 share/emacs/${PKGVERSION}/lisp/woman.elc
 share/emacs/${PKGVERSION}/lisp/x-dnd.el.gz
 share/emacs/${PKGVERSION}/lisp/x-dnd.elc
+share/emacs/${PKGVERSION}/lisp/xdg.el.gz
+share/emacs/${PKGVERSION}/lisp/xdg.elc
 share/emacs/${PKGVERSION}/lisp/xml.el.gz
 share/emacs/${PKGVERSION}/lisp/xml.elc
 share/emacs/${PKGVERSION}/lisp/xt-mouse.el.gz
diff --git a/plover-git/Makefile b/plover-git/Makefile
index e24a2bc4d0..82722c2d72 100644
--- a/plover-git/Makefile
+++ b/plover-git/Makefile
@@ -3,24 +3,23 @@
 PKGNAME=	plover-3.0.0
 CATEGORIES=	inputmethod
 
-GIT_REPOSITORIES=	plover
-GIT_REPO.plover=	https://github.com/openstenoproject/plover.git
-
 MAINTAINER=	pkgsrc-users%NetBSD.org@localhost
 HOMEPAGE=	https://github.com/openstenoproject/plover/
 COMMENT=	Open source stenotype engine
 LICENSE=	gnu-gpl-v2
 
+GIT_REPOSITORIES=	plover
+GIT_REPO.plover=	https://github.com/openstenoproject/plover.git
+
 WRKSRC=		${WRKDIR}/plover
 USE_LANGUAGES=	# none
 
-DEPENDS+=	${PYPKGPREFIX}-appdirs-[0-9]*:../../wip/py-appdirs
+DEPENDS+=	${PYPKGPREFIX}-appdirs-[0-9]*:../../devel/py-appdirs
 DEPENDS+=	${PYPKGPREFIX}-hidapi-[0-9]*:../../wip/py-hidapi-git
 DEPENDS+=	${PYPKGPREFIX}-serial-[0-9]*:../../comms/py-serial
-# XXX at least 0.15 required.
-DEPENDS+=	${PYPKGPREFIX}-Xlib-[0-9]*:../../wip/py-Xlib
+DEPENDS+=	${PYPKGPREFIX}-Xlib>=0.15:../../wip/py-Xlib
 
-#TODO: Should the following line be a DEPENDS line?
+#TODO: Should the following line be a DEPENDS line? yes
 #.include "../../wip/py-wxWidgets/buildlink3.mk"
 
 .include "../../lang/python/distutils.mk"
diff --git a/plover-wxgtk/Makefile b/plover-wxgtk/Makefile
index 1dc3523f9c..ebe2014428 100644
--- a/plover-wxgtk/Makefile
+++ b/plover-wxgtk/Makefile
@@ -15,11 +15,10 @@ LICENSE=	gnu-gpl-v2
 WRKSRC=		${WRKDIR}/${PKGNAME_NOREV}
 USE_LANGUAGES=	# none
 
-DEPENDS+=	${PYPKGPREFIX}-appdirs-[0-9]*:../../wip/py-appdirs
+DEPENDS+=	${PYPKGPREFIX}-appdirs-[0-9]*:../../devel/py-appdirs
 DEPENDS+=	${PYPKGPREFIX}-hidapi-[0-9]*:../../wip/py-hidapi-git
 DEPENDS+=	${PYPKGPREFIX}-serial-[0-9]*:../../comms/py-serial
-# XXX at least 0.16 required.
-DEPENDS+=	${PYPKGPREFIX}-Xlib-[0-9]*:../../wip/py-Xlib
+DEPENDS+=	${PYPKGPREFIX}-Xlib>=0.16:../../wip/py-Xlib
 DEPENDS+=	${PYPKGPREFIX}-wxWidgets-[0-9]*:../../x11/py-wxWidgets
 
 .include "../../lang/python/distutils.mk"
diff --git a/py-appdirs/DESCR b/py-appdirs/DESCR
deleted file mode 100644
index 6cf8d2f1eb..0000000000
--- a/py-appdirs/DESCR
+++ /dev/null
@@ -1,2 +0,0 @@
-A small Python module for determining appropriate " + "platform-specific dirs,
-e.g. a "user data dir"
diff --git a/py-appdirs/Makefile b/py-appdirs/Makefile
deleted file mode 100644
index 042495d33c..0000000000
--- a/py-appdirs/Makefile
+++ /dev/null
@@ -1,18 +0,0 @@
-# $NetBSD: Makefile,v 1.1 2015/01/31 23:03:39 jihbed Exp $
-
-DISTNAME=	appdirs-1.4.0
-PKGNAME=	${PYPKGPREFIX}-${DISTNAME}
-CATEGORIES=	devel
-MASTER_SITES=	${MASTER_SITE_PYPI:=a/appdirs/}
-
-MAINTAINER=	kamelderouiche%yahoo.com@localhost
-HOMEPAGE=	 http://github.com/ActiveState/appdirs
-COMMENT=	Module for determining appropriate, platform-specific dirs
-LICENSE=	mit
-
-WRKSRC=		${WRKDIR}/appdirs-1.4.0
-
-USE_LANGUAGES=	# none
-
-.include "../../lang/python/egg.mk"
-.include "../../mk/bsd.pkg.mk"
diff --git a/py-appdirs/PLIST b/py-appdirs/PLIST
deleted file mode 100644
index 62b47bc23b..0000000000
--- a/py-appdirs/PLIST
+++ /dev/null
@@ -1,8 +0,0 @@
-@comment $NetBSD: PLIST,v 1.1 2015/01/31 23:03:39 jihbed Exp $
-${PYSITELIB}/${EGG_INFODIR}/PKG-INFO
-${PYSITELIB}/${EGG_INFODIR}/SOURCES.txt
-${PYSITELIB}/${EGG_INFODIR}/dependency_links.txt
-${PYSITELIB}/${EGG_INFODIR}/top_level.txt
-${PYSITELIB}/appdirs.py
-${PYSITELIB}/appdirs.pyc
-${PYSITELIB}/appdirs.pyo
diff --git a/py-appdirs/distinfo b/py-appdirs/distinfo
deleted file mode 100644
index d9ef993df1..0000000000
--- a/py-appdirs/distinfo
+++ /dev/null
@@ -1,5 +0,0 @@
-$NetBSD: distinfo,v 1.1 2015/01/31 23:03:39 jihbed Exp $
-
-SHA1 (appdirs-1.4.0.tar.gz) = a23245ad884a605bc845855cbf9e17991bc274ed
-RMD160 (appdirs-1.4.0.tar.gz) = 50000f1b504ed024a976cde1426883b301aa977e
-Size (appdirs-1.4.0.tar.gz) = 14358 bytes
diff --git a/py-bandit/Makefile b/py-bandit/Makefile
index e2bbc2af47..bec1fe5d0c 100644
--- a/py-bandit/Makefile
+++ b/py-bandit/Makefile
@@ -13,7 +13,7 @@ LICENSE=	apache-2.0
 DEPENDS+=       ${PYPKGPREFIX}-pbr>=1.3.0:../../devel/py-pbr
 DEPENDS+=       ${PYPKGPREFIX}-six>=1.10.0:../../lang/py-six
 DEPENDS+=       ${PYPKGPREFIX}-yaml>=3.1.0:../../textproc/py-yaml
-DEPENDS+=       ${PYPKGPREFIX}-appdirs>=1.4.0:../../wip/py-appdirs
+DEPENDS+=       ${PYPKGPREFIX}-appdirs>=1.4.0:../../devel/py-appdirs
 DEPENDS+=       ${PYPKGPREFIX}-stevedore>=1.7.0:../../wip/py-stevedore
 
 USE_LANGUAGES=	# none
diff --git a/py-lingpy/Makefile b/py-lingpy/Makefile
index ea5b819804..952abc79ab 100644
--- a/py-lingpy/Makefile
+++ b/py-lingpy/Makefile
@@ -5,7 +5,6 @@ PKGNAME=	${PYPKGPREFIX}-${DISTNAME}
 CATEGORIES=	textproc
 MASTER_SITES=	${MASTER_SITE_PYPI:=l/lingpy/}
 
-
 MAINTAINER=	jihbed.research%gmail.com@localhost
 HOMEPAGE=	https://files.pythonhosted.org/packages/source/l/lingpy/
 COMMENT=	Python library for automatic tasks in historical linguistics
@@ -13,7 +12,7 @@ LICENSE=	gnu-gpl-v3
 
 DEPENDS+=	${PYPKGPREFIX}-six>=1.10.0:../../lang/py-six
 DEPENDS+=	${PYPKGPREFIX}-networkx>=1.11:../../math/py-networkx
-DEPENDS+=	${PYPKGPREFIX}-appdirs>=1.4.0:../../wip/py-appdirs
+DEPENDS+=	${PYPKGPREFIX}-appdirs>=1.4.0:../../devel/py-appdirs
 DEPENDS+=	${PYPKGPREFIX}-pathlib>=1.0.1:../../wip/py-pathlib
 
 .include "../../lang/python/egg.mk"
diff --git a/py-pytools/Makefile b/py-pytools/Makefile
index 84024695c6..e37b2e25fe 100644
--- a/py-pytools/Makefile
+++ b/py-pytools/Makefile
@@ -13,7 +13,8 @@ LICENSE=	mit
 USE_LANGUAGES=	# none
 
 DEPENDS+=       ${PYPKGPREFIX}-decorator>=3.3.2:../../devel/py-decorator
-.include "../../lang/python/egg.mk"
 DEPENDS+=       ${PYPKGPREFIX}-six>=1.9.0:../../lang/py-six
-DEPENDS+=       ${PYPKGPREFIX}-appdirs>=1.4.0:../../wip/py-appdirs
+DEPENDS+=       ${PYPKGPREFIX}-appdirs>=1.4.0:../../devel/py-appdirs
+
+.include "../../lang/python/egg.mk"
 .include "../../mk/bsd.pkg.mk"


Home | Main Index | Thread Index | Old Index