diff options
author | Yuri Victorovich <yuri@FreeBSD.org> | 2022-10-28 15:54:52 +0000 |
---|---|---|
committer | Yuri Victorovich <yuri@FreeBSD.org> | 2022-10-28 15:55:53 +0000 |
commit | 6a9eaac5354cc11f9bc65bedbfed576d668af90f (patch) | |
tree | d410b96c8f895fcca043da7a317b4158c3ee2b16 | |
parent | a01de60960115d218898ab044fd44cab0733711a (diff) | |
download | ports-6a9eaac.tar.gz ports-6a9eaac.zip |
devel/py-pyxdg: Remove duplicate in favor of devel/py-xdg
Reported by: rhurlin@gwdg.de
-rw-r--r-- | MOVED | 1 | ||||
-rw-r--r-- | devel/Makefile | 1 | ||||
-rw-r--r-- | devel/py-pyxdg/Makefile | 19 | ||||
-rw-r--r-- | devel/py-pyxdg/distinfo | 3 | ||||
-rw-r--r-- | devel/py-pyxdg/pkg-descr | 9 | ||||
-rw-r--r-- | devel/py-xdg/Makefile | 4 |
6 files changed, 3 insertions, 34 deletions
@@ -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 \ |