pkgsrc-WIP-changes archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
py-versioneer: removed; moved to base
Module Name: pkgsrc-wip
Committed By: Adam Ciarciński <aciarcinski%teonite.com@localhost>
Pushed By: adam
Date: Mon May 29 11:11:08 2023 +0200
Changeset: cfacbd4b51bbf6baf98952fa24659ed6f791e8ae
Modified Files:
Makefile
py-revolve/Makefile
Removed Files:
py-versioneer/DESCR
py-versioneer/Makefile
py-versioneer/PLIST
py-versioneer/distinfo
Log Message:
py-versioneer: removed; moved to base
To see a diff of this commit:
https://wip.pkgsrc.org/cgi-bin/gitweb.cgi?p=pkgsrc-wip.git;a=commitdiff;h=cfacbd4b51bbf6baf98952fa24659ed6f791e8ae
Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.
diffstat:
Makefile | 1 -
py-revolve/Makefile | 5 +++--
py-versioneer/DESCR | 5 -----
py-versioneer/Makefile | 14 --------------
py-versioneer/PLIST | 11 -----------
py-versioneer/distinfo | 5 -----
6 files changed, 3 insertions(+), 38 deletions(-)
diffs:
diff --git a/Makefile b/Makefile
index 7c0f9452c9..59852b4ce4 100644
--- a/Makefile
+++ b/Makefile
@@ -4837,7 +4837,6 @@ SUBDIR+= py-vegas
SUBDIR+= py-venusian
SUBDIR+= py-verilog
SUBDIR+= py-version-control-tools-hg
-SUBDIR+= py-versioneer
SUBDIR+= py-vespa
SUBDIR+= py-virtualenv-clone
SUBDIR+= py-vis
diff --git a/py-revolve/Makefile b/py-revolve/Makefile
index 020150f112..40887781ac 100644
--- a/py-revolve/Makefile
+++ b/py-revolve/Makefile
@@ -2,7 +2,7 @@
DISTNAME= pyrevolve-2.2
PKGNAME= ${PYPKGPREFIX}-${DISTNAME:S//py/}
-CATEGORIES= devel
+CATEGORIES= devel python
MASTER_SITES= ${MASTER_SITE_PYPI:=p/pyrevolve/}
MAINTAINER= kamelderouiche%yahoo.com@localhost
@@ -10,7 +10,8 @@ HOMEPAGE= https://github.com/devitocodes/pyrevolve
COMMENT= Python wrapper for Revolve checkpointing
LICENSE= mit
-#DEPENDS+= ${PYPKGPREFIX}-versioneer>=0.28:../../wip/py-versioneer
+TOOL_DEPENDS+= ${PYPKGPREFIX}-cython>=0.17:../../devel/py-cython
+TOOL_DEPENDS+= ${PYPKGPREFIX}-versioneer>=0.28:../../devel/py-versioneer
USE_LANGUAGES= c c++
diff --git a/py-versioneer/DESCR b/py-versioneer/DESCR
deleted file mode 100644
index 1779fddee1..0000000000
--- a/py-versioneer/DESCR
+++ /dev/null
@@ -1,5 +0,0 @@
-This is a tool for managing a recorded version number in setuptools-based
-python projects. The goal is to remove the tedious and error-prone "update
-the embedded version string" step from your release process. Making a new
-release should be as easy as recording a new tag in your version-control
-system, and maybe making new tarballs
diff --git a/py-versioneer/Makefile b/py-versioneer/Makefile
deleted file mode 100644
index 8b699f3c2a..0000000000
--- a/py-versioneer/Makefile
+++ /dev/null
@@ -1,14 +0,0 @@
-# $NetBSD$
-
-DISTNAME= versioneer-0.28
-PKGNAME= ${PYPKGPREFIX}-${DISTNAME}
-CATEGORIES= devel
-MASTER_SITES= ${MASTER_SITE_PYPI:=v/versioneer/}
-
-MAINTAINER= kamelderouiche%yahoo.com@localhost
-HOMEPAGE= https://github.com/python-versioneer/python-versioneer
-COMMENT= Version-string management for VCS-controlled trees
-#LICENSE= # Unlicense license
-
-.include "../../lang/python/egg.mk"
-.include "../../mk/bsd.pkg.mk"
diff --git a/py-versioneer/PLIST b/py-versioneer/PLIST
deleted file mode 100644
index 91b17ac0d4..0000000000
--- a/py-versioneer/PLIST
+++ /dev/null
@@ -1,11 +0,0 @@
-@comment $NetBSD$
-bin/versioneer
-${PYSITELIB}/${EGG_INFODIR}/PKG-INFO
-${PYSITELIB}/${EGG_INFODIR}/SOURCES.txt
-${PYSITELIB}/${EGG_INFODIR}/dependency_links.txt
-${PYSITELIB}/${EGG_INFODIR}/entry_points.txt
-${PYSITELIB}/${EGG_INFODIR}/requires.txt
-${PYSITELIB}/${EGG_INFODIR}/top_level.txt
-${PYSITELIB}/versioneer.py
-${PYSITELIB}/versioneer.pyc
-${PYSITELIB}/versioneer.pyo
diff --git a/py-versioneer/distinfo b/py-versioneer/distinfo
deleted file mode 100644
index 24641c3fd6..0000000000
--- a/py-versioneer/distinfo
+++ /dev/null
@@ -1,5 +0,0 @@
-$NetBSD$
-
-BLAKE2s (versioneer-0.28.tar.gz) = 0a692efea9d8e64569285a7d68e63a43933b1eefafbadf60f56acd7dd88dd10c
-SHA512 (versioneer-0.28.tar.gz) = 55a09a42572e833697301e2d83fa0cacec89e653e37ad32ef3189535201b91f16fb210f0dd1011871cb7ef2b01b0fef3c22a66e1dde4c1098bd159bd43771073
-Size (versioneer-0.28.tar.gz) = 74466 bytes
Home |
Main Index |
Thread Index |
Old Index