Skip site navigation (1)Skip section navigation (2)
Date:      Fri, 28 Oct 2022 15:55:59 GMT
From:      Yuri Victorovich <yuri@FreeBSD.org>
To:        ports-committers@FreeBSD.org, dev-commits-ports-all@FreeBSD.org, dev-commits-ports-main@FreeBSD.org
Subject:   git: 6a9eaac5354c - main - devel/py-pyxdg: Remove duplicate in favor of devel/py-xdg
Message-ID:  <202210281555.29SFtxgx082894@gitrepo.freebsd.org>

next in thread | raw e-mail | index | archive | help
The branch main has been updated by yuri:

URL: https://cgit.FreeBSD.org/ports/commit/?id=6a9eaac5354cc11f9bc65bedbfed576d668af90f

commit 6a9eaac5354cc11f9bc65bedbfed576d668af90f
Author:     Yuri Victorovich <yuri@FreeBSD.org>
AuthorDate: 2022-10-28 15:54:52 +0000
Commit:     Yuri Victorovich <yuri@FreeBSD.org>
CommitDate: 2022-10-28 15:55:53 +0000

    devel/py-pyxdg: Remove duplicate in favor of devel/py-xdg
    
    Reported by:    rhurlin@gwdg.de
---
 MOVED                    |  1 +
 devel/Makefile           |  1 -
 devel/py-pyxdg/Makefile  | 19 -------------------
 devel/py-pyxdg/distinfo  |  3 ---
 devel/py-pyxdg/pkg-descr |  9 ---------
 devel/py-xdg/Makefile    |  4 ++--
 6 files changed, 3 insertions(+), 34 deletions(-)

diff --git a/MOVED b/MOVED
index e0a22fb0e9d7..885bc7c354d3 100644
--- a/MOVED
+++ b/MOVED
@@ -17605,3 +17605,4 @@ devel/msgpack|devel/msgpack-c|2022-10-16|MsgPack now separates C and C++ version
 games/arttime|deskutils/arttime|2022-10-18|Moved to a better category
 security/nextcloud-twofactor_totp|www/nextcloud|2022-10-21|Twofactor TOTP provider bundled with Nextcloud 25
 x11-toolkits/wxgtk31|x11-toolkits/wxgtk32|2022-10-25|Remove obsoleted port. Use x11-toolkits/wxgtk32 instead
+devel/py-pyxdg|devel/py-xdg|2022-10-28|Remove duplicate port
diff --git a/devel/Makefile b/devel/Makefile
index 82ad859b9ff9..dfe02aba4f6a 100644
--- a/devel/Makefile
+++ b/devel/Makefile
@@ -5230,7 +5230,6 @@
     SUBDIR += py-pyvisa
     SUBDIR += py-pyvisa-py
     SUBDIR += py-pyxb
-    SUBDIR += py-pyxdg
     SUBDIR += py-pyyaml-include
     SUBDIR += py-pyyaml_env_tag
     SUBDIR += py-pyzipper
diff --git a/devel/py-pyxdg/Makefile b/devel/py-pyxdg/Makefile
deleted file mode 100644
index 86c64811c6de..000000000000
--- a/devel/py-pyxdg/Makefile
+++ /dev/null
@@ -1,19 +0,0 @@
-PORTNAME=	pyxdg
-DISTVERSION=	0.28
-CATEGORIES=	devel python
-MASTER_SITES=	CHEESESHOP
-PKGNAMEPREFIX=	${PYTHON_PKGNAMEPREFIX}
-
-MAINTAINER=	yuri@FreeBSD.org
-COMMENT=	PyXDG is implementations of freedesktop.org standards in python
-WWW=		https://freedesktop.org/wiki/Software/pyxdg/
-
-LICENSE=	GPLv2
-LICENSE_FILE=	${WRKSRC}/COPYING
-
-USES=		python
-USE_PYTHON=	distutils autoplist pytest # 2 tests fail, see https://gitlab.freedesktop.org/xdg/pyxdg/-/issues/26
-
-NO_ARCH=	yes
-
-.include <bsd.port.mk>
diff --git a/devel/py-pyxdg/distinfo b/devel/py-pyxdg/distinfo
deleted file mode 100644
index 9758f88e7637..000000000000
--- a/devel/py-pyxdg/distinfo
+++ /dev/null
@@ -1,3 +0,0 @@
-TIMESTAMP = 1665592074
-SHA256 (pyxdg-0.28.tar.gz) = 3267bb3074e934df202af2ee0868575484108581e6f3cb006af1da35395e88b4
-SIZE (pyxdg-0.28.tar.gz) = 77776
diff --git a/devel/py-pyxdg/pkg-descr b/devel/py-pyxdg/pkg-descr
deleted file mode 100644
index 9cdefdeae005..000000000000
--- a/devel/py-pyxdg/pkg-descr
+++ /dev/null
@@ -1,9 +0,0 @@
-PyXDG is a python library to access freedesktop.org standards.
-
-Currently supported are:
-* Base Directory Specification Version 0.6
-* Menu Specification Version 1.0
-* Desktop Entry Specification Version 1.0
-* Icon Theme Specification Version 0.8
-* Recent File Spec 0.2
-* Shared-MIME-Database Specification 0.13
diff --git a/devel/py-xdg/Makefile b/devel/py-xdg/Makefile
index 895888805ead..570893dc06e0 100644
--- a/devel/py-xdg/Makefile
+++ b/devel/py-xdg/Makefile
@@ -7,13 +7,13 @@ DISTNAME=	py${PORTNAME}-${PORTVERSION}
 
 MAINTAINER=	gnome@FreeBSD.org
 COMMENT=	Python library to access freedesktop.org standards
-WWW=		https://freedesktop.org/Software/pyxdg
+WWW=		https://freedesktop.org/wiki/Software/pyxdg/
 
 LICENSE=	LGPL20
 
 NO_ARCH=	yes
 USES=		python:3.6+
-USE_PYTHON=	autoplist distutils
+USE_PYTHON=	autoplist distutils pytest # 2 tests fail, see https://gitlab.freedesktop.org/xdg/pyxdg/-/issues/26
 
 post-patch:
 	@${REINPLACE_CMD} -e \



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