pkgsrc-WIP-changes archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

py-idalink: update to version 0.12



Module Name:	pkgsrc-wip
Committed By:	Pierre Pronchery <khorben%defora.org@localhost>
Pushed By:	khorben
Date:		Fri Sep 18 06:22:39 2020 +0200
Changeset:	cc998b06220cc202a576718ec4c27957983fc62e

Modified Files:
	py-idalink/Makefile
	py-idalink/PLIST
	py-idalink/distinfo
Removed Files:
	py-idalink/patches/patch-idalink_support_ida__env.sh

Log Message:
py-idalink: update to version 0.12

To see a diff of this commit:
https://wip.pkgsrc.org/cgi-bin/gitweb.cgi?p=pkgsrc-wip.git;a=commitdiff;h=cc998b06220cc202a576718ec4c27957983fc62e

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.

diffstat:
 py-idalink/Makefile                                |  4 ++--
 py-idalink/PLIST                                   | 16 ++++++++++-----
 py-idalink/distinfo                                |  9 ++++-----
 .../patches/patch-idalink_support_ida__env.sh      | 23 ----------------------
 4 files changed, 17 insertions(+), 35 deletions(-)

diffs:
diff --git a/py-idalink/Makefile b/py-idalink/Makefile
index 98486a723a..aa73a9764e 100644
--- a/py-idalink/Makefile
+++ b/py-idalink/Makefile
@@ -1,7 +1,7 @@
 # $NetBSD$
 
-DISTNAME=	idalink-0.11
-PKGNAME=	${PYPKGPREFIX}-idalink-0.11
+DISTNAME=	idalink-0.12
+PKGNAME=	${PYPKGPREFIX}-idalink-0.12
 CATEGORIES=	devel
 MASTER_SITES=	${MASTER_SITE_PYPI:=i/idalink/}
 
diff --git a/py-idalink/PLIST b/py-idalink/PLIST
index e66106da1c..c2776ca26b 100644
--- a/py-idalink/PLIST
+++ b/py-idalink/PLIST
@@ -1,15 +1,21 @@
 @comment $NetBSD$
-${PYSITELIB}/${EGG_FILE}
+${PYSITELIB}/${EGG_FILE}/PKG-INFO
+${PYSITELIB}/${EGG_FILE}/SOURCES.txt
+${PYSITELIB}/${EGG_FILE}/dependency_links.txt
+${PYSITELIB}/${EGG_FILE}/requires.txt
+${PYSITELIB}/${EGG_FILE}/top_level.txt
 ${PYSITELIB}/idalink/__init__.py
 ${PYSITELIB}/idalink/__init__.pyc
 ${PYSITELIB}/idalink/__init__.pyo
-${PYSITELIB}/idalink/idalink.py
-${PYSITELIB}/idalink/idalink.pyc
-${PYSITELIB}/idalink/idalink.pyo
+${PYSITELIB}/idalink/client.py
+${PYSITELIB}/idalink/client.pyc
+${PYSITELIB}/idalink/client.pyo
+${PYSITELIB}/idalink/errors.py
+${PYSITELIB}/idalink/errors.pyc
+${PYSITELIB}/idalink/errors.pyo
 ${PYSITELIB}/idalink/memory.py
 ${PYSITELIB}/idalink/memory.pyc
 ${PYSITELIB}/idalink/memory.pyo
 ${PYSITELIB}/idalink/server.py
 ${PYSITELIB}/idalink/server.pyc
 ${PYSITELIB}/idalink/server.pyo
-${PYSITELIB}/idalink/support/ida_env.sh
diff --git a/py-idalink/distinfo b/py-idalink/distinfo
index a1abe886e5..5a53f61ff5 100644
--- a/py-idalink/distinfo
+++ b/py-idalink/distinfo
@@ -1,7 +1,6 @@
 $NetBSD$
 
-SHA1 (idalink-0.11.tar.gz) = 2d09d33988086eac24d778673951dcce1712e9ba
-RMD160 (idalink-0.11.tar.gz) = a8c76b02d807faea7b9949e0c08ff4631e2c3657
-SHA512 (idalink-0.11.tar.gz) = bcd982a4d35fe49b0e73d24b2f3d394cc04140c448b9cd7d979734a331f8bf75d7cea62fea094a4ae354296b2a33747340ebf8d545fc86b562d163981750bd9c
-Size (idalink-0.11.tar.gz) = 6219 bytes
-SHA1 (patch-idalink_support_ida__env.sh) = 8b719e17077c2053e5b8997097aae740c673e79e
+SHA1 (idalink-0.12.tar.gz) = df77f14dc565679a2de1a4b8393ee91d27b4c163
+RMD160 (idalink-0.12.tar.gz) = 222e1b9f9aeac7119d25c987c7847f0f793600fd
+SHA512 (idalink-0.12.tar.gz) = 2b65e7563100c1adbd21642a35ea53f8630075aa025f2fc7999c636922d12ee1def0761eb269f97dc1ac747deb8bc8b186ba2c067d4c613dcbc83287dafa478b
+Size (idalink-0.12.tar.gz) = 8130 bytes
diff --git a/py-idalink/patches/patch-idalink_support_ida__env.sh b/py-idalink/patches/patch-idalink_support_ida__env.sh
deleted file mode 100644
index fe130d825f..0000000000
--- a/py-idalink/patches/patch-idalink_support_ida__env.sh
+++ /dev/null
@@ -1,23 +0,0 @@
-$NetBSD$
-
-Fix the shebang.
-Refactor the wrapping code.
-
---- idalink/support/ida_env.sh.orig	2015-04-28 07:05:43.000000000 +0000
-+++ idalink/support/ida_env.sh
-@@ -1,4 +1,4 @@
--#!/bin/bash
-+#!/bin/sh
- 
- # Copyright (C) 2013- Yan Shoshitaishvili aka. zardus
- #
-@@ -16,8 +16,4 @@
- # along with this program; if not, write to the Free Software Foundation,
- # Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA
- 
--export TERM=xterm
--
--IDA=$1
--shift
--$IDA "$@"
-+TERM=xterm "$@"


Home | Main Index | Thread Index | Old Index