Path to this page:
./
net/py-pypiserver,
Minimal PyPI server for use with pip/easy_install
Branch: CURRENT,
Version: 1.3.1,
Package name: py37-pypiserver-1.3.1,
Maintainer: pkgsrc-userspypiserver is a minimal PyPI compatible server for pip or easy_install. It is
based on bottle and serves packages from regular directories. Wheels, bdists,
eggs and accompanying PGP-signatures can be uploaded either with pip,
setuptools, twine, pypi-uploader, or simply copied with scp.
Required to run:[
devel/py-setuptools] [
security/py-passlib] [
sysutils/py-watchdog] [
lang/python37]
Required to build:[
pkgtools/cwrappers] [
devel/py-wheel]
Master sites:
SHA1: 88d5f7ec0295e53f5aa659192dc57ae04b0c92a3
RMD160: 146ea84eb5579d41fe5f90a7d41fda4b6ca50519
Filesize: 526.354 KB
Version history: (Expand)
- (2019-10-16) Updated to version: py37-pypiserver-1.3.1
- (2019-05-30) Package added to pkgsrc.se, version py37-pypiserver-1.3.0 (created)
CVS history: (Expand)
2019-10-16 18:45:17 by Adam Ciarcinski | Files touched by this commit (2) |  |
Log message:
py-pypiserver: updated to 1.3.1
1.3.1:
- FIX: previously, it was possible to upload packages with hashing algorithms
other than md5, but downloading them again with pip was impossible due to
incorrect truncation of the hash. This has been fixed!
- FIX: argument parsing would previously fail for the short form of
``--help``, due an incorrect operator used during comparison.
- DOC: significant improvements to formatting and consistency in the README.
|
2019-05-29 22:13:10 by Adam Ciarcinski | Files touched by this commit (6) |
Log message:
py-pypiserver: added version 1.3.0
pypiserver is a minimal PyPI compatible server for pip or easy_install. It is
based on bottle and serves packages from regular directories. Wheels, bdists,
eggs and accompanying PGP-signatures can be uploaded either with pip,
setuptools, twine, pypi-uploader, or simply copied with scp.
|