pkgsrc-WIP-changes archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
py-sqlite-web: imported version 0.6.5
Module Name: pkgsrc-wip
Committed By: Aleksej Lebedev <root%zta.lk@localhost>
Pushed By: zhtw
Date: Fri Nov 21 19:33:33 2025 +0000
Changeset: 930a13ddb66cfef036b8f97533dbe231a453b44d
Added Files:
py-sqlite-web/DESCR
py-sqlite-web/Makefile
py-sqlite-web/PLIST
py-sqlite-web/distinfo
Log Message:
py-sqlite-web: imported version 0.6.5
To see a diff of this commit:
https://wip.pkgsrc.org/cgi-bin/gitweb.cgi?p=pkgsrc-wip.git;a=commitdiff;h=930a13ddb66cfef036b8f97533dbe231a453b44d
Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.
diffstat:
py-sqlite-web/DESCR | 1 +
py-sqlite-web/Makefile | 23 ++++++++++++++++++
py-sqlite-web/PLIST | 66 ++++++++++++++++++++++++++++++++++++++++++++++++++
py-sqlite-web/distinfo | 5 ++++
4 files changed, 95 insertions(+)
diffs:
diff --git a/py-sqlite-web/DESCR b/py-sqlite-web/DESCR
new file mode 100644
index 0000000000..f4ddc2084f
--- /dev/null
+++ b/py-sqlite-web/DESCR
@@ -0,0 +1 @@
+Parse and interact with unified diff data.
diff --git a/py-sqlite-web/Makefile b/py-sqlite-web/Makefile
new file mode 100644
index 0000000000..03108e7485
--- /dev/null
+++ b/py-sqlite-web/Makefile
@@ -0,0 +1,23 @@
+# $NetBSD$
+
+DISTNAME= sqlite-web-0.6.5
+PKGNAME= ${PYPKGPREFIX}-${DISTNAME}
+CATEGORIES= www databases
+MASTER_SITES= ${MASTER_SITE_PYPI:=s/sqlite-web/}
+
+MAINTAINER= abu.maryam%msafa.org@localhost
+HOMEPAGE= https://github.com/coleifer/sqlite-web
+COMMENT= Web-based SQLite database browser
+LICENSE= mit
+
+USE_LANGUAGES= # none
+
+DEPENDS+= ${PYPKGPREFIX}-flask:../../www/py-flask
+DEPENDS+= ${PYPKGPREFIX}-peewee>=3.0.0:../../databases/py-peewee
+DEPENDS+= ${PYPKGPREFIX}-pygments:../../textproc/py-pygments
+
+pre-configure:
+ ${RM} -rf ${WRKSRC}/*/__pycache__
+
+.include "../../lang/python/egg.mk"
+.include "../../mk/bsd.pkg.mk"
diff --git a/py-sqlite-web/PLIST b/py-sqlite-web/PLIST
new file mode 100644
index 0000000000..357cbf5d23
--- /dev/null
+++ b/py-sqlite-web/PLIST
@@ -0,0 +1,66 @@
+@comment $NetBSD$
+bin/sqlite_web
+${PYSITELIB}/${EGG_INFODIR}/PKG-INFO
+${PYSITELIB}/${EGG_INFODIR}/SOURCES.txt
+${PYSITELIB}/${EGG_INFODIR}/dependency_links.txt
+${PYSITELIB}/${EGG_INFODIR}/entry_points.txt
+${PYSITELIB}/${EGG_INFODIR}/not-zip-safe
+${PYSITELIB}/${EGG_INFODIR}/requires.txt
+${PYSITELIB}/${EGG_INFODIR}/top_level.txt
+${PYSITELIB}/sqlite_web/__init__.py
+${PYSITELIB}/sqlite_web/__init__.pyc
+${PYSITELIB}/sqlite_web/__init__.pyo
+${PYSITELIB}/sqlite_web/__main__.py
+${PYSITELIB}/sqlite_web/__main__.pyc
+${PYSITELIB}/sqlite_web/__main__.pyo
+${PYSITELIB}/sqlite_web/sqlite_web.py
+${PYSITELIB}/sqlite_web/sqlite_web.pyc
+${PYSITELIB}/sqlite_web/sqlite_web.pyo
+${PYSITELIB}/sqlite_web/static/css/bootstrap.min.css
+${PYSITELIB}/sqlite_web/static/css/sqlbrowse.css
+${PYSITELIB}/sqlite_web/static/css/syntax-highlight.css
+${PYSITELIB}/sqlite_web/static/fonts/glyphicons-halflings-regular.eot
+${PYSITELIB}/sqlite_web/static/fonts/glyphicons-halflings-regular.svg
+${PYSITELIB}/sqlite_web/static/fonts/glyphicons-halflings-regular.ttf
+${PYSITELIB}/sqlite_web/static/fonts/glyphicons-halflings-regular.woff
+${PYSITELIB}/sqlite_web/static/img/delete.png
+${PYSITELIB}/sqlite_web/static/img/expression.png
+${PYSITELIB}/sqlite_web/static/img/index-create.png
+${PYSITELIB}/sqlite_web/static/img/index-drop.png
+${PYSITELIB}/sqlite_web/static/img/insert.png
+${PYSITELIB}/sqlite_web/static/img/select-advanced.png
+${PYSITELIB}/sqlite_web/static/img/select.png
+${PYSITELIB}/sqlite_web/static/img/table-alter.png
+${PYSITELIB}/sqlite_web/static/img/table-create.png
+${PYSITELIB}/sqlite_web/static/img/table-drop.png
+${PYSITELIB}/sqlite_web/static/img/trigger-create.png
+${PYSITELIB}/sqlite_web/static/img/trigger-drop.png
+${PYSITELIB}/sqlite_web/static/img/update.png
+${PYSITELIB}/sqlite_web/static/img/upsert.png
+${PYSITELIB}/sqlite_web/static/img/view-create.png
+${PYSITELIB}/sqlite_web/static/img/view-drop.png
+${PYSITELIB}/sqlite_web/static/js/app.js
+${PYSITELIB}/sqlite_web/static/js/bootstrap.bundle.min.js
+${PYSITELIB}/sqlite_web/static/js/jquery-1.11.0.min.js
+${PYSITELIB}/sqlite_web/templates/add_column.html
+${PYSITELIB}/sqlite_web/templates/add_index.html
+${PYSITELIB}/sqlite_web/templates/base.html
+${PYSITELIB}/sqlite_web/templates/base_table.html
+${PYSITELIB}/sqlite_web/templates/base_tables.html
+${PYSITELIB}/sqlite_web/templates/drop_column.html
+${PYSITELIB}/sqlite_web/templates/drop_index.html
+${PYSITELIB}/sqlite_web/templates/drop_table.html
+${PYSITELIB}/sqlite_web/templates/drop_trigger.html
+${PYSITELIB}/sqlite_web/templates/index.html
+${PYSITELIB}/sqlite_web/templates/login.html
+${PYSITELIB}/sqlite_web/templates/pagination.html
+${PYSITELIB}/sqlite_web/templates/query.html
+${PYSITELIB}/sqlite_web/templates/rename_column.html
+${PYSITELIB}/sqlite_web/templates/table_content.html
+${PYSITELIB}/sqlite_web/templates/table_delete.html
+${PYSITELIB}/sqlite_web/templates/table_export.html
+${PYSITELIB}/sqlite_web/templates/table_import.html
+${PYSITELIB}/sqlite_web/templates/table_insert.html
+${PYSITELIB}/sqlite_web/templates/table_query.html
+${PYSITELIB}/sqlite_web/templates/table_structure.html
+${PYSITELIB}/sqlite_web/templates/table_update.html
diff --git a/py-sqlite-web/distinfo b/py-sqlite-web/distinfo
new file mode 100644
index 0000000000..026c1997d5
--- /dev/null
+++ b/py-sqlite-web/distinfo
@@ -0,0 +1,5 @@
+$NetBSD$
+
+BLAKE2s (sqlite-web-0.6.5.tar.gz) = ad5243d3e9524090ce8b495d4e7d46fa90a52e5df4be1281235500e7143985ef
+SHA512 (sqlite-web-0.6.5.tar.gz) = c06e783998edab89e3343c8086e2133ed3a1982e232b34fca04a9f9c6fb33c3d288a94e911e7fd2f99904cc8a7b84aab908099ee4273700f8b6d2f906be311b5
+Size (sqlite-web-0.6.5.tar.gz) = 807898 bytes
Home |
Main Index |
Thread Index |
Old Index