pkgsrc-Changes-HG archive

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

[pkgsrc/trunk]: pkgsrc/sysutils cuisine: removed; do not work with Fabric 2.7.0



details:   https://anonhg.NetBSD.org/pkgsrc/rev/84e8fcf6cf54
branches:  trunk
changeset: 381785:84e8fcf6cf54
user:      adam <adam%pkgsrc.org@localhost>
date:      Wed Jul 13 12:16:02 2022 +0000

description:
cuisine: removed; do not work with Fabric 2.7.0

diffstat:

 sysutils/Makefile         |   3 +--
 sysutils/cuisine/DESCR    |  19 -------------------
 sysutils/cuisine/Makefile |  28 ----------------------------
 sysutils/cuisine/PLIST    |  10 ----------
 sysutils/cuisine/distinfo |   5 -----
 5 files changed, 1 insertions(+), 64 deletions(-)

diffs (95 lines):

diff -r d21b6af5851c -r 84e8fcf6cf54 sysutils/Makefile
--- a/sysutils/Makefile Wed Jul 13 12:13:15 2022 +0000
+++ b/sysutils/Makefile Wed Jul 13 12:16:02 2022 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.1008 2022/07/13 12:11:00 adam Exp $
+# $NetBSD: Makefile,v 1.1009 2022/07/13 12:16:02 adam Exp $
 #
 
 COMMENT=       System utilities
@@ -139,7 +139,6 @@
 SUBDIR+=       cpuid
 SUBDIR+=       crashme
 SUBDIR+=       ctv
-SUBDIR+=       cuisine
 SUBDIR+=       cvsreport
 SUBDIR+=       daemond
 SUBDIR+=       daemonize
diff -r d21b6af5851c -r 84e8fcf6cf54 sysutils/cuisine/DESCR
--- a/sysutils/cuisine/DESCR    Wed Jul 13 12:13:15 2022 +0000
+++ /dev/null   Thu Jan 01 00:00:00 1970 +0000
@@ -1,19 +0,0 @@
-Fabric is an incredible tool to automate administration of remote machines.
-As Fabric's functions are rather low-level, you'll probably quickly see a need
-for more high-level functions such as add/remove users and groups,
-install/upgrade packages, etc.
-
-Cuisine is a small set of functions that sit on top of Fabric, to abstract
-common administration operations such as file/dir operations, user/group
-creation, package install/upgrade, making it easier to write portable
-administration and deployment scripts.
-
-Cuisine's features are:
-
-* Small, easy to read, a single file API:
-  <object>_<operation>() e.g. dir_exists(location) tells if there is a
-  remote directory at the given location.
-* Covers file/dir operations, user/group operations, package operations
-* Text processing and template functions
-* All functions are lazy: they will actually only do things when the change
-  is required.
diff -r d21b6af5851c -r 84e8fcf6cf54 sysutils/cuisine/Makefile
--- a/sysutils/cuisine/Makefile Wed Jul 13 12:13:15 2022 +0000
+++ /dev/null   Thu Jan 01 00:00:00 1970 +0000
@@ -1,28 +0,0 @@
-# $NetBSD: Makefile,v 1.19 2022/06/30 11:18:50 nia Exp $
-
-VERSION=               0.7.13
-DISTNAME=              cuisine-${VERSION}
-PKGREVISION=           4
-CATEGORIES=            sysutils
-MASTER_SITES=          ${MASTER_SITE_PYPI:=c/cuisine/}
-
-MAINTAINER=            imil%NetBSD.org@localhost
-HOMEPAGE=              https://github.com/sebastien/cuisine
-COMMENT=               Small set of functions that sit on top of Fabric
-LICENSE=               modified-bsd
-
-DEPENDS+=              fabric>=1.7.0:../../sysutils/fabric
-
-PYTHON_VERSIONS_ACCEPTED=      27 # not yet ported as of 0.6.4
-
-WRKSRC=                        ${WRKDIR}/cuisine-${VERSION}
-
-DOCDIR=                        ${PREFIX}/share/doc/cuisine
-
-INSTALLATION_DIRS+=    ${DOCDIR}
-
-post-install:
-       ${INSTALL_DATA} ${WRKSRC}/README.rst ${DESTDIR}${DOCDIR}
-
-.include "../../lang/python/egg.mk"
-.include "../../mk/bsd.pkg.mk"
diff -r d21b6af5851c -r 84e8fcf6cf54 sysutils/cuisine/PLIST
--- a/sysutils/cuisine/PLIST    Wed Jul 13 12:13:15 2022 +0000
+++ /dev/null   Thu Jan 01 00:00:00 1970 +0000
@@ -1,10 +0,0 @@
-@comment $NetBSD: PLIST,v 1.2 2014/06/12 00:58:38 gls Exp $
-${PYSITELIB}/${PKGNAME}-py2.7.egg-info/PKG-INFO
-${PYSITELIB}/${PKGNAME}-py2.7.egg-info/SOURCES.txt
-${PYSITELIB}/${PKGNAME}-py2.7.egg-info/dependency_links.txt
-${PYSITELIB}/${PKGNAME}-py2.7.egg-info/requires.txt
-${PYSITELIB}/${PKGNAME}-py2.7.egg-info/top_level.txt
-${PYSITELIB}/cuisine.py
-${PYSITELIB}/cuisine.pyc
-${PYSITELIB}/cuisine.pyo
-share/doc/cuisine/README.rst
diff -r d21b6af5851c -r 84e8fcf6cf54 sysutils/cuisine/distinfo
--- a/sysutils/cuisine/distinfo Wed Jul 13 12:13:15 2022 +0000
+++ /dev/null   Thu Jan 01 00:00:00 1970 +0000
@@ -1,5 +0,0 @@
-$NetBSD: distinfo,v 1.8 2021/10/26 11:19:27 nia Exp $
-
-BLAKE2s (cuisine-0.7.13.tar.gz) = 0e30310fecf10bfd4914ed82641b28b6c840db6acf331e2be3c0c10835e1a5aa
-SHA512 (cuisine-0.7.13.tar.gz) = 8474ca1d564ed475a8d9c3bf65ccb60a73e1d68e103eb91325e6acf932975020acc4f891b2cd599c86837b0d1170397b6882a3a72a225b1b3678a97d7e7e54c2
-Size (cuisine-0.7.13.tar.gz) = 21268 bytes



Home | Main Index | Thread Index | Old Index