pkgsrc-WIP-changes archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
cqlsh: Import cqlsh-6.0.0b4 as wip/cqlsh
Module Name: pkgsrc-wip
Committed By: Leonardo Taccari <leot%NetBSD.org@localhost>
Pushed By: leot
Date: Thu May 27 17:40:01 2021 +0200
Changeset: 8186208edadd5ca3789cd3750ec799e46c1432c8
Modified Files:
Makefile
Added Files:
cqlsh/DESCR
cqlsh/Makefile
cqlsh/PLIST
cqlsh/distinfo
cqlsh/patches/patch-setup.py
Log Message:
cqlsh: Import cqlsh-6.0.0b4 as wip/cqlsh
cqlsh is a Python-based command-line client for running CQL commands on
a cassandra cluster.
Normally it's packaged as part of the full Apache Cassandra
installation. This repo repackages it into a standalone Python package
for lighter-weight installs.
To see a diff of this commit:
https://wip.pkgsrc.org/cgi-bin/gitweb.cgi?p=pkgsrc-wip.git;a=commitdiff;h=8186208edadd5ca3789cd3750ec799e46c1432c8
Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.
diffstat:
Makefile | 1 +
cqlsh/DESCR | 6 ++++++
cqlsh/Makefile | 20 ++++++++++++++++++
cqlsh/PLIST | 49 ++++++++++++++++++++++++++++++++++++++++++++
cqlsh/distinfo | 7 +++++++
cqlsh/patches/patch-setup.py | 14 +++++++++++++
6 files changed, 97 insertions(+)
diffs:
diff --git a/Makefile b/Makefile
index 92ab4ee643..4f06518260 100644
--- a/Makefile
+++ b/Makefile
@@ -526,6 +526,7 @@ SUBDIR+= cpm
SUBDIR+= cppzmq
SUBDIR+= cpqarrayd
SUBDIR+= cpuminer-multi
+SUBDIR+= cqlsh
SUBDIR+= crabemu
SUBDIR+= creal
SUBDIR+= cream
diff --git a/cqlsh/DESCR b/cqlsh/DESCR
new file mode 100644
index 0000000000..444c5a130c
--- /dev/null
+++ b/cqlsh/DESCR
@@ -0,0 +1,6 @@
+cqlsh is a Python-based command-line client for running CQL commands on
+a cassandra cluster.
+
+Normally it's packaged as part of the full Apache Cassandra
+installation. This repo repackages it into a standalone Python package
+for lighter-weight installs.
diff --git a/cqlsh/Makefile b/cqlsh/Makefile
new file mode 100644
index 0000000000..0a99cf07fd
--- /dev/null
+++ b/cqlsh/Makefile
@@ -0,0 +1,20 @@
+# $NetBSD: Makefile,v 1.78 2021/05/09 09:00:32 leot Exp $
+
+DISTNAME= cqlsh-6.0.0b4
+CATEGORIES= databases python
+MASTER_SITES= ${MASTER_SITE_PYPI:=c/cqlsh/}
+
+MAINTAINER= pkgsrc-users%NetBSD.org@localhost
+HOMEPAGE= https://github.com/jeffwidman/cqlsh
+COMMENT= Command-line client for running CQL commands on Cassandra
+LICENSE= apache-2.0
+
+DEPENDS+= ${PYPKGPREFIX}-cassandra-driver-[0-9]*:../../databases/py-cassandra-driver
+DEPENDS+= ${PYPKGPREFIX}-six-[0-9]*:../../lang/py-six
+
+USE_LANGUAGES= # none
+
+PYTHON_VERSIONS_INCOMPATIBLE= 27 # py-cassandra-driver
+
+.include "../../lang/python/egg.mk"
+.include "../../mk/bsd.pkg.mk"
diff --git a/cqlsh/PLIST b/cqlsh/PLIST
new file mode 100644
index 0000000000..102f581562
--- /dev/null
+++ b/cqlsh/PLIST
@@ -0,0 +1,49 @@
+@comment $NetBSD$
+bin/cqlsh
+${PYSITELIB}/${EGG_INFODIR}/PKG-INFO
+${PYSITELIB}/${EGG_INFODIR}/SOURCES.txt
+${PYSITELIB}/${EGG_INFODIR}/dependency_links.txt
+${PYSITELIB}/${EGG_INFODIR}/requires.txt
+${PYSITELIB}/${EGG_INFODIR}/top_level.txt
+${PYSITELIB}/cqlshlib/__init__.py
+${PYSITELIB}/cqlshlib/__init__.pyc
+${PYSITELIB}/cqlshlib/__init__.pyo
+${PYSITELIB}/cqlshlib/copyutil.py
+${PYSITELIB}/cqlshlib/copyutil.pyc
+${PYSITELIB}/cqlshlib/copyutil.pyo
+${PYSITELIB}/cqlshlib/cql3handling.py
+${PYSITELIB}/cqlshlib/cql3handling.pyc
+${PYSITELIB}/cqlshlib/cql3handling.pyo
+${PYSITELIB}/cqlshlib/cqlhandling.py
+${PYSITELIB}/cqlshlib/cqlhandling.pyc
+${PYSITELIB}/cqlshlib/cqlhandling.pyo
+${PYSITELIB}/cqlshlib/cqlshhandling.py
+${PYSITELIB}/cqlshlib/cqlshhandling.pyc
+${PYSITELIB}/cqlshlib/cqlshhandling.pyo
+${PYSITELIB}/cqlshlib/displaying.py
+${PYSITELIB}/cqlshlib/displaying.pyc
+${PYSITELIB}/cqlshlib/displaying.pyo
+${PYSITELIB}/cqlshlib/formatting.py
+${PYSITELIB}/cqlshlib/formatting.pyc
+${PYSITELIB}/cqlshlib/formatting.pyo
+${PYSITELIB}/cqlshlib/helptopics.py
+${PYSITELIB}/cqlshlib/helptopics.pyc
+${PYSITELIB}/cqlshlib/helptopics.pyo
+${PYSITELIB}/cqlshlib/pylexotron.py
+${PYSITELIB}/cqlshlib/pylexotron.pyc
+${PYSITELIB}/cqlshlib/pylexotron.pyo
+${PYSITELIB}/cqlshlib/saferscanner.py
+${PYSITELIB}/cqlshlib/saferscanner.pyc
+${PYSITELIB}/cqlshlib/saferscanner.pyo
+${PYSITELIB}/cqlshlib/sslhandling.py
+${PYSITELIB}/cqlshlib/sslhandling.pyc
+${PYSITELIB}/cqlshlib/sslhandling.pyo
+${PYSITELIB}/cqlshlib/tracing.py
+${PYSITELIB}/cqlshlib/tracing.pyc
+${PYSITELIB}/cqlshlib/tracing.pyo
+${PYSITELIB}/cqlshlib/util.py
+${PYSITELIB}/cqlshlib/util.pyc
+${PYSITELIB}/cqlshlib/util.pyo
+${PYSITELIB}/cqlshlib/wcwidth.py
+${PYSITELIB}/cqlshlib/wcwidth.pyc
+${PYSITELIB}/cqlshlib/wcwidth.pyo
diff --git a/cqlsh/distinfo b/cqlsh/distinfo
new file mode 100644
index 0000000000..61d059c962
--- /dev/null
+++ b/cqlsh/distinfo
@@ -0,0 +1,7 @@
+$NetBSD: distinfo,v 1.75 2021/05/09 09:00:32 leot Exp $
+
+SHA1 (cqlsh-6.0.0b4.tar.gz) = 329ceacf9e8fd490c80053bf2581959bc337172c
+RMD160 (cqlsh-6.0.0b4.tar.gz) = bfb10417184e1207fb4a1225a9f6625057b5b7b8
+SHA512 (cqlsh-6.0.0b4.tar.gz) = cff7c4db91a654333ae51bf414b6d67df2982e5ae3d1b50ea01d98e721bb0919d4e5feb6a4cbb14507408ae86d053e59f0c28d59490ad1a70856a2cc3b5ede77
+Size (cqlsh-6.0.0b4.tar.gz) = 94785 bytes
+SHA1 (patch-setup.py) = 38f3cf186d811e0e19046d0c808ea08706af8516
diff --git a/cqlsh/patches/patch-setup.py b/cqlsh/patches/patch-setup.py
new file mode 100644
index 0000000000..74e9b9b9d6
--- /dev/null
+++ b/cqlsh/patches/patch-setup.py
@@ -0,0 +1,14 @@
+$NetBSD$
+
+Remove unused `cql' dependency.
+
+--- setup.py.orig 2021-03-09 21:08:45.000000000 +0000
++++ setup.py
+@@ -4,7 +4,6 @@ from setuptools import setup
+ setup(
+ name="cqlsh",
+ install_requires=[
+- "cql",
+ "cassandra-driver",
+ "six",
+ ],
Home |
Main Index |
Thread Index |
Old Index