pkgsrc-WIP-changes archive

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

remove pystring, imported to current as devel/pystring



Module Name:	pkgsrc-wip
Committed By:	Niclas Rosenvik <nros%pkgsrc.org@localhost>
Pushed By:	nros
Date:		Fri Nov 3 11:26:17 2023 +0100
Changeset:	9e7434ade76535302b74637d416e5542c1dc6fa8

Modified Files:
	Makefile
Removed Files:
	pystring/DESCR
	pystring/Makefile
	pystring/PLIST
	pystring/buildlink3.mk
	pystring/distinfo
	pystring/patches/patch-Makefile

Log Message:
remove pystring, imported to current as devel/pystring

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

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

diffstat:
 Makefile                        |  1 -
 pystring/DESCR                  |  5 -----
 pystring/Makefile               | 27 ---------------------------
 pystring/PLIST                  |  3 ---
 pystring/buildlink3.mk          | 13 -------------
 pystring/distinfo               |  6 ------
 pystring/patches/patch-Makefile | 15 ---------------
 7 files changed, 70 deletions(-)

diffs:
diff --git a/Makefile b/Makefile
index 4a9a7f18e0..66f941b5cc 100644
--- a/Makefile
+++ b/Makefile
@@ -4734,7 +4734,6 @@ SUBDIR+=	pympress
 SUBDIR+=	pypanel
 SUBDIR+=	pypod
 SUBDIR+=	pysite
-SUBDIR+=	pystring
 SUBDIR+=	pythia6
 SUBDIR+=	pythoncad
 SUBDIR+=	pywm
diff --git a/pystring/DESCR b/pystring/DESCR
deleted file mode 100644
index 7a74b20b48..0000000000
--- a/pystring/DESCR
+++ /dev/null
@@ -1,5 +0,0 @@
-Pystring is a collection of C++ functions which match the interface and
-behavior of python's string class methods using std::string.
-
-Originally developed at Sony Pictures Imageworks.
-http://opensource.imageworks.com/
diff --git a/pystring/Makefile b/pystring/Makefile
deleted file mode 100644
index b9b6c06ba8..0000000000
--- a/pystring/Makefile
+++ /dev/null
@@ -1,27 +0,0 @@
-# $NetBSD$
-
-DISTNAME=	pystring-1.1.4
-CATEGORIES=	devel
-MASTER_SITES=	${MASTER_SITE_GITHUB:=imageworks/}
-GITHUB_TAG=	v${PKGVERSION_NOREV}
-
-MAINTAINER=	pkgsrc-users%NetBSD.org@localhost
-HOMEPAGE=	https://github.com/imageworks/pystring/
-COMMENT=	Pythons string methods for C++ std::string
-LICENSE=	mit
-
-WRKSRC=		${WRKDIR}/${DISTNAME}
-
-USE_LIBTOOL=	yes
-USE_LANGUAGES=	c++
-USE_TOOLS+=	gmake
-
-MAKE_ENV+=	LIBDIR=${PREFIX}/lib
-
-INSTALLATION_DIRS+=	include/pystring lib
-
-post-install:
-	${RUN} ${INSTALL_DATA} ${WRKSRC}/pystring.h \
-		${DESTDIR}${PREFIX}/include/pystring
-
-.include "../../mk/bsd.pkg.mk"
diff --git a/pystring/PLIST b/pystring/PLIST
deleted file mode 100644
index 3818082c7e..0000000000
--- a/pystring/PLIST
+++ /dev/null
@@ -1,3 +0,0 @@
-@comment $NetBSD$
-include/pystring/pystring.h
-lib/libpystring.la
diff --git a/pystring/buildlink3.mk b/pystring/buildlink3.mk
deleted file mode 100644
index e461d2eb45..0000000000
--- a/pystring/buildlink3.mk
+++ /dev/null
@@ -1,13 +0,0 @@
-# $NetBSD$
-
-BUILDLINK_TREE+=	pystring
-
-.if !defined(PYSTRING_BUILDLINK3_MK)
-PYSTRING_BUILDLINK3_MK:=
-
-BUILDLINK_API_DEPENDS.pystring+=	pystring>=1.1.3
-BUILDLINK_ABI_DEPENDS.pystring+=	pystring>=1.1.4
-BUILDLINK_PKGSRCDIR.pystring?=		../../wip/pystring
-.endif	# PYSTRING_BUILDLINK3_MK
-
-BUILDLINK_TREE+=	-pystring
diff --git a/pystring/distinfo b/pystring/distinfo
deleted file mode 100644
index 79ee3f3d5a..0000000000
--- a/pystring/distinfo
+++ /dev/null
@@ -1,6 +0,0 @@
-$NetBSD$
-
-BLAKE2s (pystring-1.1.4.tar.gz) = 1fb80b5ddcfd017c9c62093d9d5f24604e47e9e86ab4d9efadccfc43b9af20c5
-SHA512 (pystring-1.1.4.tar.gz) = 9c0460fea67885492f9b0d29a9ba312d960fd5e43577cdcfd47faf04397ff4b7e456ed68f1948b923d2f63f9922d576b93e4ca1a27376bcb6d29c683828acb01
-Size (pystring-1.1.4.tar.gz) = 19184 bytes
-SHA1 (patch-Makefile) = 8fdfcd61d2d98c4bb2d335f95f6760efc64b7152
diff --git a/pystring/patches/patch-Makefile b/pystring/patches/patch-Makefile
deleted file mode 100644
index 31a6e9dd18..0000000000
--- a/pystring/patches/patch-Makefile
+++ /dev/null
@@ -1,15 +0,0 @@
-$NetBSD$
-
-* Add DESTDIR support
-
---- Makefile.orig	2022-09-27 00:28:46.000000000 +0000
-+++ Makefile
-@@ -12,7 +12,7 @@ libpystring.la: pystring.lo
- 	$(LIBTOOL) --mode=link --tag=CXX $(CXX) -o $@ $< -rpath $(LIBDIR)
- 
- install: libpystring.la
--	$(LIBTOOL) --mode=install install -c $< $(LIBDIR)/$<
-+	$(LIBTOOL) --mode=install install -c $< $(DESTDIR)$(LIBDIR)/$<
- 
- clean:
- 	$(RM) -fr pystring.lo pystring.o libpystring.la .libs


Home | Main Index | Thread Index | Old Index