pkgsrc-WIP-changes archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
py-smmap: replace py-smmap2
Module Name: pkgsrc-wip
Committed By: Thomas Klausner <tk%giga.or.at@localhost>
Pushed By: wiz
Date: Sat Mar 7 16:23:08 2020 +0100
Changeset: 74c6ea6ee56c6b2d9115fc8dbc5a1aabecdc06ed
Modified Files:
Makefile
TODO
Added Files:
py-smmap/DESCR
py-smmap/Makefile
py-smmap/PLIST
py-smmap/distinfo
Removed Files:
py-smmap2/DESCR
py-smmap2/Makefile
py-smmap2/PLIST
py-smmap2/distinfo
Log Message:
py-smmap: replace py-smmap2
Changes:
3.0.1
Switched back to the smmap package name on PyPI and fixed the smmap2 mirror package (#44)
Fixed setup.py long_description rendering (#40)
To see a diff of this commit:
https://wip.pkgsrc.org/cgi-bin/gitweb.cgi?p=pkgsrc-wip.git;a=commitdiff;h=74c6ea6ee56c6b2d9115fc8dbc5a1aabecdc06ed
Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.
diffstat:
Makefile | 2 +-
TODO | 1 -
py-smmap/DESCR | 1 +
py-smmap/Makefile | 20 ++++++++++++++++++++
py-smmap/PLIST | 39 +++++++++++++++++++++++++++++++++++++++
py-smmap/distinfo | 6 ++++++
py-smmap2/DESCR | 1 -
py-smmap2/Makefile | 20 --------------------
py-smmap2/PLIST | 39 ---------------------------------------
py-smmap2/distinfo | 6 ------
10 files changed, 67 insertions(+), 68 deletions(-)
diffs:
diff --git a/Makefile b/Makefile
index 79c7ed53f3..4578bd76fe 100644
--- a/Makefile
+++ b/Makefile
@@ -4016,7 +4016,7 @@ SUBDIR+= py-sleekxmpp
SUBDIR+= py-smcp
SUBDIR+= py-smell
SUBDIR+= py-smi
-SUBDIR+= py-smmap2
+SUBDIR+= py-smmap
SUBDIR+= py-smop
SUBDIR+= py-snakemake
SUBDIR+= py-snappy
diff --git a/TODO b/TODO
index 46dfa59f77..880bd8542f 100644
--- a/TODO
+++ b/TODO
@@ -102,7 +102,6 @@ Suggested package updates
o py-bitstring-3.1.3
o py-kivy-1.9.1
o py-rpyc-3.2.1
- o py-smmap2-3.0.1
o py-smop-0.29
o py-vanguards-0.3.1
o py-xpra-2.2.1
diff --git a/py-smmap/DESCR b/py-smmap/DESCR
new file mode 100644
index 0000000000..5c09dbc9a9
--- /dev/null
+++ b/py-smmap/DESCR
@@ -0,0 +1 @@
+Git implementation of a sliding window memory map manager
diff --git a/py-smmap/Makefile b/py-smmap/Makefile
new file mode 100644
index 0000000000..3f4ee81713
--- /dev/null
+++ b/py-smmap/Makefile
@@ -0,0 +1,20 @@
+# $NetBSD: Makefile,v 1.7 2015/07/04 02:41:41 jihbed Exp $
+
+DISTNAME= smmap-3.0.1
+PKGNAME= ${PYPKGPREFIX}-${DISTNAME}
+CATEGORIES= devel
+MASTER_SITES= ${MASTER_SITE_PYPI:=s/smmap/}
+
+MAINTAINER= kamel.derouiche%gmail.com@localhost
+HOMEPAGE= https://github.com/Byron/smmap
+COMMENT= Git implementation of a sliding window memory map manager
+LICENSE= modified-bsd
+
+TEST_DEPENDS+= ${PYPKGPREFIX}-nose-[0-9]*:../../devel/py-nose
+TEST_DEPENDS+= ${PYPKGPREFIX}-nosexcover-[0-9]*:../../devel/py-nosexcover
+TEST_DEPENDS+= ${PYPKGPREFIX}-coverage>=3.4:../../devel/py-coverage
+
+USE_LANGUAGES= # none
+
+.include "../../lang/python/egg.mk"
+.include "../../mk/bsd.pkg.mk"
diff --git a/py-smmap/PLIST b/py-smmap/PLIST
new file mode 100644
index 0000000000..4af3c7da8b
--- /dev/null
+++ b/py-smmap/PLIST
@@ -0,0 +1,39 @@
+@comment $NetBSD: PLIST,v 1.1.1.1 2012/01/06 10:48:28 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}/${EGG_INFODIR}/zip-safe
+${PYSITELIB}/smmap/__init__.py
+${PYSITELIB}/smmap/__init__.pyc
+${PYSITELIB}/smmap/__init__.pyo
+${PYSITELIB}/smmap/buf.py
+${PYSITELIB}/smmap/buf.pyc
+${PYSITELIB}/smmap/buf.pyo
+${PYSITELIB}/smmap/exc.py
+${PYSITELIB}/smmap/exc.pyc
+${PYSITELIB}/smmap/exc.pyo
+${PYSITELIB}/smmap/mman.py
+${PYSITELIB}/smmap/mman.pyc
+${PYSITELIB}/smmap/mman.pyo
+${PYSITELIB}/smmap/test/__init__.py
+${PYSITELIB}/smmap/test/__init__.pyc
+${PYSITELIB}/smmap/test/__init__.pyo
+${PYSITELIB}/smmap/test/lib.py
+${PYSITELIB}/smmap/test/lib.pyc
+${PYSITELIB}/smmap/test/lib.pyo
+${PYSITELIB}/smmap/test/test_buf.py
+${PYSITELIB}/smmap/test/test_buf.pyc
+${PYSITELIB}/smmap/test/test_buf.pyo
+${PYSITELIB}/smmap/test/test_mman.py
+${PYSITELIB}/smmap/test/test_mman.pyc
+${PYSITELIB}/smmap/test/test_mman.pyo
+${PYSITELIB}/smmap/test/test_tutorial.py
+${PYSITELIB}/smmap/test/test_tutorial.pyc
+${PYSITELIB}/smmap/test/test_tutorial.pyo
+${PYSITELIB}/smmap/test/test_util.py
+${PYSITELIB}/smmap/test/test_util.pyc
+${PYSITELIB}/smmap/test/test_util.pyo
+${PYSITELIB}/smmap/util.py
+${PYSITELIB}/smmap/util.pyc
+${PYSITELIB}/smmap/util.pyo
diff --git a/py-smmap/distinfo b/py-smmap/distinfo
new file mode 100644
index 0000000000..ccc7132aec
--- /dev/null
+++ b/py-smmap/distinfo
@@ -0,0 +1,6 @@
+$NetBSD: distinfo,v 1.3 2015/07/04 02:41:41 jihbed Exp $
+
+SHA1 (smmap-3.0.1.tar.gz) = 662aed8fecfb80789be59378e5197968331bb11d
+RMD160 (smmap-3.0.1.tar.gz) = e82c49e29698765921080e78f1623b76b798db39
+SHA512 (smmap-3.0.1.tar.gz) = 36594896212d218c5bc9e27ae16f692643d2236ff13a55461a35d0d688fcf40f6082caa003f178d7bd8b999d4571de269d708f299413dbef46b58ae2074bfc9a
+Size (smmap-3.0.1.tar.gz) = 23659 bytes
diff --git a/py-smmap2/DESCR b/py-smmap2/DESCR
deleted file mode 100644
index 5c09dbc9a9..0000000000
--- a/py-smmap2/DESCR
+++ /dev/null
@@ -1 +0,0 @@
-Git implementation of a sliding window memory map manager
diff --git a/py-smmap2/Makefile b/py-smmap2/Makefile
deleted file mode 100644
index 3ca08191a3..0000000000
--- a/py-smmap2/Makefile
+++ /dev/null
@@ -1,20 +0,0 @@
-# $NetBSD: Makefile,v 1.7 2015/07/04 02:41:41 jihbed Exp $
-
-DISTNAME= smmap2-2.0.5
-PKGNAME= ${PYPKGPREFIX}-${DISTNAME}
-CATEGORIES= devel
-MASTER_SITES= ${MASTER_SITE_PYPI:=s/smmap2/}
-
-MAINTAINER= kamel.derouiche%gmail.com@localhost
-HOMEPAGE= https://github.com/Byron/smmap
-COMMENT= Git implementation of a sliding window memory map manager
-LICENSE= modified-bsd
-
-TEST_DEPENDS+= ${PYPKGPREFIX}-nose-[0-9]*:../../devel/py-nose
-TEST_DEPENDS+= ${PYPKGPREFIX}-nosexcover-[0-9]*:../../devel/py-nosexcover
-TEST_DEPENDS+= ${PYPKGPREFIX}-coverage>=3.4:../../devel/py-coverage
-
-USE_LANGUAGES= # none
-
-.include "../../lang/python/egg.mk"
-.include "../../mk/bsd.pkg.mk"
diff --git a/py-smmap2/PLIST b/py-smmap2/PLIST
deleted file mode 100644
index 4af3c7da8b..0000000000
--- a/py-smmap2/PLIST
+++ /dev/null
@@ -1,39 +0,0 @@
-@comment $NetBSD: PLIST,v 1.1.1.1 2012/01/06 10:48:28 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}/${EGG_INFODIR}/zip-safe
-${PYSITELIB}/smmap/__init__.py
-${PYSITELIB}/smmap/__init__.pyc
-${PYSITELIB}/smmap/__init__.pyo
-${PYSITELIB}/smmap/buf.py
-${PYSITELIB}/smmap/buf.pyc
-${PYSITELIB}/smmap/buf.pyo
-${PYSITELIB}/smmap/exc.py
-${PYSITELIB}/smmap/exc.pyc
-${PYSITELIB}/smmap/exc.pyo
-${PYSITELIB}/smmap/mman.py
-${PYSITELIB}/smmap/mman.pyc
-${PYSITELIB}/smmap/mman.pyo
-${PYSITELIB}/smmap/test/__init__.py
-${PYSITELIB}/smmap/test/__init__.pyc
-${PYSITELIB}/smmap/test/__init__.pyo
-${PYSITELIB}/smmap/test/lib.py
-${PYSITELIB}/smmap/test/lib.pyc
-${PYSITELIB}/smmap/test/lib.pyo
-${PYSITELIB}/smmap/test/test_buf.py
-${PYSITELIB}/smmap/test/test_buf.pyc
-${PYSITELIB}/smmap/test/test_buf.pyo
-${PYSITELIB}/smmap/test/test_mman.py
-${PYSITELIB}/smmap/test/test_mman.pyc
-${PYSITELIB}/smmap/test/test_mman.pyo
-${PYSITELIB}/smmap/test/test_tutorial.py
-${PYSITELIB}/smmap/test/test_tutorial.pyc
-${PYSITELIB}/smmap/test/test_tutorial.pyo
-${PYSITELIB}/smmap/test/test_util.py
-${PYSITELIB}/smmap/test/test_util.pyc
-${PYSITELIB}/smmap/test/test_util.pyo
-${PYSITELIB}/smmap/util.py
-${PYSITELIB}/smmap/util.pyc
-${PYSITELIB}/smmap/util.pyo
diff --git a/py-smmap2/distinfo b/py-smmap2/distinfo
deleted file mode 100644
index 0788ebe350..0000000000
--- a/py-smmap2/distinfo
+++ /dev/null
@@ -1,6 +0,0 @@
-$NetBSD: distinfo,v 1.3 2015/07/04 02:41:41 jihbed Exp $
-
-SHA1 (smmap2-2.0.5.tar.gz) = b980cf3b9e6a3e4f8afb3d3810255691fa7206b9
-RMD160 (smmap2-2.0.5.tar.gz) = a75847e97d727c8635fa135150b54226b725ee7f
-SHA512 (smmap2-2.0.5.tar.gz) = 1db8f8d508a7ca97fef27de87494d667663efd8a56829d4bb99f37c5dffedae4dae05f8a0312ae9e4c14aa1ba5aa5de5b9ee1425d464be6f4bb07934f1a7a9f1
-Size (smmap2-2.0.5.tar.gz) = 22635 bytes
Home |
Main Index |
Thread Index |
Old Index