ports/net/py-pyenet/files/patch-README.rst
Dmitry Marakasov f480a259a0 - Add net/py-pyenet
pyenet is a python wrapper for the ENet library by Lee Salzman,
http://enet.bespin.org

WWW: https://pypi.python.org/pypi/pyenet

PR:		221090
Submitted by:	freebsd@skinc.ru
2019-12-09 15:34:48 +00:00

11 lines
560 B
ReStructuredText
Raw Permalink Blame History

This file contains ambiguous Unicode characters

This file contains Unicode characters that might be confused with other characters. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.

--- README.rst.orig 2018-10-30 23:51:01 UTC
+++ README.rst
@@ -62,7 +62,7 @@ Packaging notes
(``python3 -m venv venv && source venv/bin/activate``)
- install the requirements: ``pip install -r dev-requirements.txt``
- build the source dist: ``python setup.py sdist``
-- make sure docker is installed and running and youre on a 64bit linux
+- make sure docker is installed and running and you're on a 64bit linux
machine
- build the binary dists: ``./scripts/build_packages.sh``
- upload to pypi: ``twine upload dist/* wheelhouse/pyenet*``