pkgsrc-WIP-changes archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
import pkg to wip
Module Name: pkgsrc-wip
Committed By: K.I.A.Derouiche <kamel.derouiche%gmail.com@localhost>
Pushed By: jihbed
Date: Tue Sep 22 02:01:41 2020 +0100
Changeset: f9b09f1625f9b61049fa64047ca34e95d55a9a91
Added Files:
py-hugo/DESCR
py-hugo/Makefile
py-hugo/PLIST
py-hugo/distinfo
Log Message:
import pkg to wip
To see a diff of this commit:
https://wip.pkgsrc.org/cgi-bin/gitweb.cgi?p=pkgsrc-wip.git;a=commitdiff;h=f9b09f1625f9b61049fa64047ca34e95d55a9a91
Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.
diffstat:
py-hugo/DESCR | 1 +
py-hugo/Makefile | 18 ++++++++++++++++++
py-hugo/PLIST | 26 ++++++++++++++++++++++++++
py-hugo/distinfo | 6 ++++++
4 files changed, 51 insertions(+)
diffs:
diff --git a/py-hugo/DESCR b/py-hugo/DESCR
new file mode 100644
index 0000000000..58cfa649e8
--- /dev/null
+++ b/py-hugo/DESCR
@@ -0,0 +1 @@
+Hugo - Discord Bot Library
diff --git a/py-hugo/Makefile b/py-hugo/Makefile
new file mode 100644
index 0000000000..fa956df905
--- /dev/null
+++ b/py-hugo/Makefile
@@ -0,0 +1,18 @@
+# $NetBSD$
+
+DISTNAME= hugo-0.5.2
+PKGNAME= ${PYPKGPREFIX}-${DISTNAME}
+CATEGORIES= category python
+MASTER_SITES= https://files.pythonhosted.org/packages/68/28/bcdaf2fab2ee08f7f1d116ae42b28d80541a12e07eee04c4782985dde820/
+
+MAINTAINER= kamelderouiche%yahoo.com@localhost
+HOMEPAGE= https://github.com/Roolat/hugo
+COMMENT= Discord bot library
+LICENSE= mit
+
+DEPENDS+= ${PYPKGPREFIX}-discord.py>=0:../../wip/py-discord.py
+
+PYTHON_VERSIONS_ACCEPTED= 38 37 36
+
+.include "../../lang/python/distutils.mk"
+.include "../../mk/bsd.pkg.mk"
diff --git a/py-hugo/PLIST b/py-hugo/PLIST
new file mode 100644
index 0000000000..4441c74c2e
--- /dev/null
+++ b/py-hugo/PLIST
@@ -0,0 +1,26 @@
+@comment $NetBSD$
+${PYSITELIB}/${EGG_FILE}
+${PYSITELIB}/hugo/__init__.py
+${PYSITELIB}/hugo/__init__.pyc
+${PYSITELIB}/hugo/__init__.pyo
+${PYSITELIB}/hugo/client.py
+${PYSITELIB}/hugo/client.pyc
+${PYSITELIB}/hugo/client.pyo
+${PYSITELIB}/hugo/constants.py
+${PYSITELIB}/hugo/constants.pyc
+${PYSITELIB}/hugo/constants.pyo
+${PYSITELIB}/hugo/context.py
+${PYSITELIB}/hugo/context.pyc
+${PYSITELIB}/hugo/context.pyo
+${PYSITELIB}/hugo/exceptions.py
+${PYSITELIB}/hugo/exceptions.pyc
+${PYSITELIB}/hugo/exceptions.pyo
+${PYSITELIB}/hugo/ext/__init__.py
+${PYSITELIB}/hugo/ext/__init__.pyc
+${PYSITELIB}/hugo/ext/__init__.pyo
+${PYSITELIB}/hugo/handler.py
+${PYSITELIB}/hugo/handler.pyc
+${PYSITELIB}/hugo/handler.pyo
+${PYSITELIB}/hugo/middleware.py
+${PYSITELIB}/hugo/middleware.pyc
+${PYSITELIB}/hugo/middleware.pyo
diff --git a/py-hugo/distinfo b/py-hugo/distinfo
new file mode 100644
index 0000000000..f84d94e4ac
--- /dev/null
+++ b/py-hugo/distinfo
@@ -0,0 +1,6 @@
+$NetBSD$
+
+SHA1 (hugo-0.5.2.tar.gz) = e11796bec2a9ebf569412bb519787ad1ea4b63fa
+RMD160 (hugo-0.5.2.tar.gz) = 5e9107a0fe65b2ece7c60405825a9a0733e109b9
+SHA512 (hugo-0.5.2.tar.gz) = 3799ff56db48345b0b186e2ce7c02ab14298a5ab71d76fcf87d39ee28473bc08ac66097897d44afdfe1dda26d7e68b550e6450c93cd734307e9e5e53d2f83e88
+Size (hugo-0.5.2.tar.gz) = 7893 bytes
Home |
Main Index |
Thread Index |
Old Index