pkgsrc-Changes archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
CVS commit: pkgsrc/devel/py-wheel
Module Name: pkgsrc
Committed By: gdt
Date: Thu Nov 14 14:45:01 UTC 2024
Modified Files:
pkgsrc/devel/py-wheel: DESCR Makefile
Log Message:
devel/py-wheel: Fix DESCR and COMMENT
Both DESCR and COMMENT did not actually describe what this package
does. Steal text from upstream README for DESCR, and summarize it for
COMMENT.
Note that according to upstream, this package is not needed for
building packages, as that functionality is now in setuptools.
To generate a diff of this commit:
cvs rdiff -u -r1.1 -r1.2 pkgsrc/devel/py-wheel/DESCR
cvs rdiff -u -r1.39 -r1.40 pkgsrc/devel/py-wheel/Makefile
Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.
Modified files:
Index: pkgsrc/devel/py-wheel/DESCR
diff -u pkgsrc/devel/py-wheel/DESCR:1.1 pkgsrc/devel/py-wheel/DESCR:1.2
--- pkgsrc/devel/py-wheel/DESCR:1.1 Mon May 16 07:53:02 2016
+++ pkgsrc/devel/py-wheel/DESCR Thu Nov 14 14:45:01 2024
@@ -1 +1,14 @@
-A built-package format for Python
+This is a command line tool for manipulating Python wheel files, as
+defined in PEP 427. It contains the following functionality:
+
+ - Convert .egg archives into .whl
+ - Unpack wheel archives
+ - Repack wheel archives
+ - Add or remove tags in existing wheel archives
+
+Historical note
+
+This project used to contain the implementation of the setuptools
+bdist_wheel command, but as of setuptools v70.1, it no longer needs
+wheel installed for that to work. Thus, you should install this only
+if you intend to use the wheel command line tool!
Index: pkgsrc/devel/py-wheel/Makefile
diff -u pkgsrc/devel/py-wheel/Makefile:1.39 pkgsrc/devel/py-wheel/Makefile:1.40
--- pkgsrc/devel/py-wheel/Makefile:1.39 Sun Nov 10 10:05:59 2024
+++ pkgsrc/devel/py-wheel/Makefile Thu Nov 14 14:45:01 2024
@@ -1,13 +1,14 @@
-# $NetBSD: Makefile,v 1.39 2024/11/10 10:05:59 wiz Exp $
+# $NetBSD: Makefile,v 1.40 2024/11/14 14:45:01 gdt Exp $
DISTNAME= wheel-0.45.0
PKGNAME= ${PYPKGPREFIX}-${DISTNAME}
+PKGREVISION= 1
CATEGORIES= devel python
MASTER_SITES= ${MASTER_SITE_PYPI:=w/wheel/}
MAINTAINER= pkgsrc-users%NetBSD.org@localhost
HOMEPAGE= https://github.com/pypa/wheel
-COMMENT= Built-package format for Python
+COMMENT= tool for manipulating Python wheel files
LICENSE= mit
TOOL_DEPENDS+= ${PYPKGPREFIX}-flit_core>=3.8:../../devel/py-flit_core
Home |
Main Index |
Thread Index |
Old Index