pkgsrc-WIP-changes archive

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

py-minecraft: Import version 1.12.1.20180822



Module Name:	pkgsrc-wip
Committed By:	Min Sik Kim <minskim%NetBSD.org@localhost>
Pushed By:	minskim
Date:		Thu Sep 27 17:32:04 2018 -0700
Changeset:	e7df3b4d94db533deb510c2b1e3a466749abe9e6

Modified Files:
	Makefile
Added Files:
	py-minecraft/DESCR
	py-minecraft/Makefile
	py-minecraft/PLIST
	py-minecraft/distinfo

Log Message:
py-minecraft: Import version 1.12.1.20180822

mincraft is a python package to handle networking between a Minecraft
server as a client. This projects aims to be a modern,
Python3-compatible, well-documented library for communication with a
MineCraft server.

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

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

diffstat:
 Makefile              |   1 +
 py-minecraft/DESCR    |   4 ++
 py-minecraft/Makefile |  20 ++++++++++
 py-minecraft/PLIST    | 107 ++++++++++++++++++++++++++++++++++++++++++++++++++
 py-minecraft/distinfo |   6 +++
 5 files changed, 138 insertions(+)

diffs:
diff --git a/Makefile b/Makefile
index 73fb5b3179..a928b804b7 100644
--- a/Makefile
+++ b/Makefile
@@ -3489,6 +3489,7 @@ SUBDIR+=	py-meshio
 SUBDIR+=	py-metrics
 SUBDIR+=	py-metropack
 SUBDIR+=	py-milksnake
+SUBDIR+=	py-minecraft
 SUBDIR+=	py-minepy
 SUBDIR+=	py-minidb
 SUBDIR+=	py-mipp
diff --git a/py-minecraft/DESCR b/py-minecraft/DESCR
new file mode 100644
index 0000000000..fb964f0d49
--- /dev/null
+++ b/py-minecraft/DESCR
@@ -0,0 +1,4 @@
+mincraft is a python package to handle networking between a Minecraft
+server as a client. This projects aims to be a modern,
+Python3-compatible, well-documented library for communication with a
+MineCraft server.
diff --git a/py-minecraft/Makefile b/py-minecraft/Makefile
new file mode 100644
index 0000000000..30a569023e
--- /dev/null
+++ b/py-minecraft/Makefile
@@ -0,0 +1,20 @@
+# $NetBSD$
+
+DISTNAME=	pyCraft-1.12.1.20180822
+PKGNAME=	${PYPKGPREFIX}-minecraft-${DISTNAME:S/pyCraft-//}
+CATEGORIES=	games
+MASTER_SITES=	${MASTER_SITE_GITHUB:=ammaraskar/}
+GITHUB_PROJECT=	pyCraft
+GITHUB_TAG=	0eec179f48c9b4a33da21a4427268c10f0c4713c
+
+MAINTAINER=	minskim%NetBSD.org@localhost
+HOMEPAGE=	https://github.com/ammaraskar/pyCraft
+COMMENT=	Python minecraft client library
+LICENSE=	apache-2.0
+
+DEPENDS+=	${PYPKGPREFIX}-cryptography-[0-9]*:../../security/py-cryptography
+DEPENDS+=	${PYPKGPREFIX}-future-[0-9]*:../../devel/py-future
+DEPENDS+=	${PYPKGPREFIX}-requests-[0-9]*:../../devel/py-requests
+
+.include "../../lang/python/distutils.mk"
+.include "../../mk/bsd.pkg.mk"
diff --git a/py-minecraft/PLIST b/py-minecraft/PLIST
new file mode 100644
index 0000000000..8d6b79a2a1
--- /dev/null
+++ b/py-minecraft/PLIST
@@ -0,0 +1,107 @@
+@comment $NetBSD$
+${PYSITELIB}/minecraft-0.5.0-py${PYVERSSUFFIX}.egg-info
+${PYSITELIB}/minecraft/__init__.py
+${PYSITELIB}/minecraft/__init__.pyc
+${PYSITELIB}/minecraft/__init__.pyo
+${PYSITELIB}/minecraft/authentication.py
+${PYSITELIB}/minecraft/authentication.pyc
+${PYSITELIB}/minecraft/authentication.pyo
+${PYSITELIB}/minecraft/compat.py
+${PYSITELIB}/minecraft/compat.pyc
+${PYSITELIB}/minecraft/compat.pyo
+${PYSITELIB}/minecraft/exceptions.py
+${PYSITELIB}/minecraft/exceptions.pyc
+${PYSITELIB}/minecraft/exceptions.pyo
+${PYSITELIB}/minecraft/networking/__init__.py
+${PYSITELIB}/minecraft/networking/__init__.pyc
+${PYSITELIB}/minecraft/networking/__init__.pyo
+${PYSITELIB}/minecraft/networking/connection.py
+${PYSITELIB}/minecraft/networking/connection.pyc
+${PYSITELIB}/minecraft/networking/connection.pyo
+${PYSITELIB}/minecraft/networking/encryption.py
+${PYSITELIB}/minecraft/networking/encryption.pyc
+${PYSITELIB}/minecraft/networking/encryption.pyo
+${PYSITELIB}/minecraft/networking/packets/__init__.py
+${PYSITELIB}/minecraft/networking/packets/__init__.pyc
+${PYSITELIB}/minecraft/networking/packets/__init__.pyo
+${PYSITELIB}/minecraft/networking/packets/clientbound/__init__.py
+${PYSITELIB}/minecraft/networking/packets/clientbound/__init__.pyc
+${PYSITELIB}/minecraft/networking/packets/clientbound/__init__.pyo
+${PYSITELIB}/minecraft/networking/packets/clientbound/handshake/__init__.py
+${PYSITELIB}/minecraft/networking/packets/clientbound/handshake/__init__.pyc
+${PYSITELIB}/minecraft/networking/packets/clientbound/handshake/__init__.pyo
+${PYSITELIB}/minecraft/networking/packets/clientbound/login/__init__.py
+${PYSITELIB}/minecraft/networking/packets/clientbound/login/__init__.pyc
+${PYSITELIB}/minecraft/networking/packets/clientbound/login/__init__.pyo
+${PYSITELIB}/minecraft/networking/packets/clientbound/play/__init__.py
+${PYSITELIB}/minecraft/networking/packets/clientbound/play/__init__.pyc
+${PYSITELIB}/minecraft/networking/packets/clientbound/play/__init__.pyo
+${PYSITELIB}/minecraft/networking/packets/clientbound/play/block_change_packet.py
+${PYSITELIB}/minecraft/networking/packets/clientbound/play/block_change_packet.pyc
+${PYSITELIB}/minecraft/networking/packets/clientbound/play/block_change_packet.pyo
+${PYSITELIB}/minecraft/networking/packets/clientbound/play/combat_event_packet.py
+${PYSITELIB}/minecraft/networking/packets/clientbound/play/combat_event_packet.pyc
+${PYSITELIB}/minecraft/networking/packets/clientbound/play/combat_event_packet.pyo
+${PYSITELIB}/minecraft/networking/packets/clientbound/play/explosion_packet.py
+${PYSITELIB}/minecraft/networking/packets/clientbound/play/explosion_packet.pyc
+${PYSITELIB}/minecraft/networking/packets/clientbound/play/explosion_packet.pyo
+${PYSITELIB}/minecraft/networking/packets/clientbound/play/map_packet.py
+${PYSITELIB}/minecraft/networking/packets/clientbound/play/map_packet.pyc
+${PYSITELIB}/minecraft/networking/packets/clientbound/play/map_packet.pyo
+${PYSITELIB}/minecraft/networking/packets/clientbound/play/player_list_item_packet.py
+${PYSITELIB}/minecraft/networking/packets/clientbound/play/player_list_item_packet.pyc
+${PYSITELIB}/minecraft/networking/packets/clientbound/play/player_list_item_packet.pyo
+${PYSITELIB}/minecraft/networking/packets/clientbound/play/player_position_and_look_packet.py
+${PYSITELIB}/minecraft/networking/packets/clientbound/play/player_position_and_look_packet.pyc
+${PYSITELIB}/minecraft/networking/packets/clientbound/play/player_position_and_look_packet.pyo
+${PYSITELIB}/minecraft/networking/packets/clientbound/play/spawn_object_packet.py
+${PYSITELIB}/minecraft/networking/packets/clientbound/play/spawn_object_packet.pyc
+${PYSITELIB}/minecraft/networking/packets/clientbound/play/spawn_object_packet.pyo
+${PYSITELIB}/minecraft/networking/packets/clientbound/status/__init__.py
+${PYSITELIB}/minecraft/networking/packets/clientbound/status/__init__.pyc
+${PYSITELIB}/minecraft/networking/packets/clientbound/status/__init__.pyo
+${PYSITELIB}/minecraft/networking/packets/keep_alive_packet.py
+${PYSITELIB}/minecraft/networking/packets/keep_alive_packet.pyc
+${PYSITELIB}/minecraft/networking/packets/keep_alive_packet.pyo
+${PYSITELIB}/minecraft/networking/packets/packet.py
+${PYSITELIB}/minecraft/networking/packets/packet.pyc
+${PYSITELIB}/minecraft/networking/packets/packet.pyo
+${PYSITELIB}/minecraft/networking/packets/packet_buffer.py
+${PYSITELIB}/minecraft/networking/packets/packet_buffer.pyc
+${PYSITELIB}/minecraft/networking/packets/packet_buffer.pyo
+${PYSITELIB}/minecraft/networking/packets/packet_listener.py
+${PYSITELIB}/minecraft/networking/packets/packet_listener.pyc
+${PYSITELIB}/minecraft/networking/packets/packet_listener.pyo
+${PYSITELIB}/minecraft/networking/packets/plugin_message_packet.py
+${PYSITELIB}/minecraft/networking/packets/plugin_message_packet.pyc
+${PYSITELIB}/minecraft/networking/packets/plugin_message_packet.pyo
+${PYSITELIB}/minecraft/networking/packets/serverbound/__init__.py
+${PYSITELIB}/minecraft/networking/packets/serverbound/__init__.pyc
+${PYSITELIB}/minecraft/networking/packets/serverbound/__init__.pyo
+${PYSITELIB}/minecraft/networking/packets/serverbound/handshake/__init__.py
+${PYSITELIB}/minecraft/networking/packets/serverbound/handshake/__init__.pyc
+${PYSITELIB}/minecraft/networking/packets/serverbound/handshake/__init__.pyo
+${PYSITELIB}/minecraft/networking/packets/serverbound/login/__init__.py
+${PYSITELIB}/minecraft/networking/packets/serverbound/login/__init__.pyc
+${PYSITELIB}/minecraft/networking/packets/serverbound/login/__init__.pyo
+${PYSITELIB}/minecraft/networking/packets/serverbound/play/__init__.py
+${PYSITELIB}/minecraft/networking/packets/serverbound/play/__init__.pyc
+${PYSITELIB}/minecraft/networking/packets/serverbound/play/__init__.pyo
+${PYSITELIB}/minecraft/networking/packets/serverbound/play/client_settings_packet.py
+${PYSITELIB}/minecraft/networking/packets/serverbound/play/client_settings_packet.pyc
+${PYSITELIB}/minecraft/networking/packets/serverbound/play/client_settings_packet.pyo
+${PYSITELIB}/minecraft/networking/packets/serverbound/status/__init__.py
+${PYSITELIB}/minecraft/networking/packets/serverbound/status/__init__.pyc
+${PYSITELIB}/minecraft/networking/packets/serverbound/status/__init__.pyo
+${PYSITELIB}/minecraft/networking/types/__init__.py
+${PYSITELIB}/minecraft/networking/types/__init__.pyc
+${PYSITELIB}/minecraft/networking/types/__init__.pyo
+${PYSITELIB}/minecraft/networking/types/basic.py
+${PYSITELIB}/minecraft/networking/types/basic.pyc
+${PYSITELIB}/minecraft/networking/types/basic.pyo
+${PYSITELIB}/minecraft/networking/types/enum.py
+${PYSITELIB}/minecraft/networking/types/enum.pyc
+${PYSITELIB}/minecraft/networking/types/enum.pyo
+${PYSITELIB}/minecraft/networking/types/utility.py
+${PYSITELIB}/minecraft/networking/types/utility.pyc
+${PYSITELIB}/minecraft/networking/types/utility.pyo
diff --git a/py-minecraft/distinfo b/py-minecraft/distinfo
new file mode 100644
index 0000000000..db786ea2e8
--- /dev/null
+++ b/py-minecraft/distinfo
@@ -0,0 +1,6 @@
+$NetBSD: distinfo,v 1.1 2012/11/09 18:14:45 jihbed Exp $
+
+SHA1 (pyCraft-1.12.1.20180822-0eec179f48c9b4a33da21a4427268c10f0c4713c.tar.gz) = 6128346ee74d3027965efac4c544737791a7174a
+RMD160 (pyCraft-1.12.1.20180822-0eec179f48c9b4a33da21a4427268c10f0c4713c.tar.gz) = dd1a2c69e44675c9efaddc68b5dae0be61848ae7
+SHA512 (pyCraft-1.12.1.20180822-0eec179f48c9b4a33da21a4427268c10f0c4713c.tar.gz) = 6f5e57e5d69441e87cb15043374dc14cb5386a0e96a1162940c4c8428509af727e99d73a8f0313e2b9e6b46964ddcbd78b485894219150cc198323621b7f2951
+Size (pyCraft-1.12.1.20180822-0eec179f48c9b4a33da21a4427268c10f0c4713c.tar.gz) = 66022 bytes


Home | Main Index | Thread Index | Old Index