Automatic conversion of the NetBSD pkgsrc CVS module, use with care
Find a file
adam d5d5104ab3 py-tox: updated to 3.11.1
v3.11.1:

Bugfixes
- When creating virtual environments we no longer ask the python to tell its path, but rather use the discovered path.


v3.11.0:

Features
- --showconfig overhaul:
  - now fully generated via the config parser, so anyone can load it by using the built-in python config parser
  - the tox section contains all configuration data from config
  - the tox section contains a host_python key detailing the path of the host python
  - the tox:version section contains the versions of all packages tox depends on with their version
  - passing -l now allows only listing default target envs
  - allows showing config for a given set of tox environments only via the -e cli flag or the TOXENV environment
    variable, in this case the tox and tox:version section is only shown if at least one verbosity flag is passed
  this should help inspecting the options.


v3.10.0:

Bugfixes
- fix for tox -l command: do not allow setting the TOXENV or the -e flag to override the listed default environment variables, they still show up under extra if non defined target
- tox ignores unknown CLI arguments when provisioning is on and outside of the provisioned environment (allowing
  provisioning arguments to be forwarded freely)

Features
- Virtual environments created now no longer upgrade pip/wheel/setuptools to the latest version. Instead the start
  packages after virtualenv creation now is whatever virtualenv has bundled in. This allows faster virtualenv
  creation and builds that are easier to reproduce.
- Improve python discovery and add architecture support:
   - UNIX:
     - First, check if the tox host Python matches.
     - Second, check if the the canonical name (e.g. python3.7, python3) matches or the base python is an absolute path, use that.
     - Third, check if the the canonical name without version matches (e.g. python, pypy) matches.

   - Windows:
     - First, check if the tox host Python matches.
     - Second, use the py.exe to list registered interpreters and any of those match.
     - Third, check if the the canonical name (e.g. python3.7, python3) matches or the base python is an absolute path, use that.
     - Fourth, check if the the canonical name without version matches (e.g. python, pypy) matches.
     - Finally, check for known locations (c:\python{major}{minor}\python.exe).
  tox environment configuration generation is now done in parallel (to alleviate the slowdown due to extra
  checks).


v3.9.0:

Bugfixes
- Fix congratulations when using ^C during virtualenv creation

Features
- Allow having inline comments in :conf:deps
2019-05-17 08:39:14 +00:00
archivers py-zstandard: updated to 0.11.1 2019-05-15 09:09:49 +00:00
audio lv2: avoid self conflict. bump PKGREVISION 2019-05-14 03:14:48 +00:00
benchmarks Omit mentions of python 34 and 35, after those were removed. 2019-04-26 13:13:41 +00:00
biology biology/vsearch: Upgrade to 2.13.4 2019-05-11 14:27:18 +00:00
bootstrap bootstrap: fix endless when checking nonexisting directory 2019-05-07 19:54:46 +00:00
cad Omit mentions of python 34 and 35, after those were removed. 2019-04-26 13:13:41 +00:00
chat inspircd3: Replace c++03 with gnu++03 in USE_LANGUAGES. 2019-05-11 21:15:26 +00:00
comms Recursive rebvump from devel/nss 2019-05-05 22:49:45 +00:00
converters (converters/p5-chkjis) Update (correction) DISTNAME .pl -> .txt 2019-05-11 01:26:06 +00:00
cross Update to 8.3.0 2019-05-12 06:20:56 +00:00
databases libgda*: update to 5.2.9 2019-05-17 08:20:34 +00:00
devel py-tox: updated to 3.11.1 2019-05-17 08:39:14 +00:00
distfiles
doc doc: Updated databases/libgda to 5.2.9 2019-05-17 08:21:22 +00:00
editors gtranslator: update homepage. 2019-05-10 13:14:18 +00:00
emulators libretro-desmume: Fix build with older libpcap, hopefully properly this time. 2019-05-12 09:49:39 +00:00
filesystems fix some whitespace, mostly introduced in the previous 2019-04-26 14:12:31 +00:00
finance Update finance/bitcoin to version 0.17.1 2019-05-13 08:32:56 +00:00
fonts tex-ebgaramond{,-doc}: update to 2019 2019-05-14 10:53:47 +00:00
games pkgsrc changes: 2019-05-13 04:50:46 +00:00
geography geography/qgis: Declare python3 incompatible 2019-05-14 01:39:30 +00:00
graphics tex-fiziko{,-doc}: update to 0.1.3 2019-05-15 08:48:08 +00:00
ham ham/tqsl: Require C++11 2019-05-13 00:21:34 +00:00
inputmethod ibus: Add missing depend to dbus 2019-05-15 14:37:55 +00:00
lang Update to 0.19.6 2019-05-16 14:11:52 +00:00
licenses license/gnu-gpl-v2: sync with https://www.gnu.org/licenses/old-licenses/gpl-2.0.txt 2019-05-17 07:07:17 +00:00
mail Update to 0.28.4 2019-05-12 10:45:54 +00:00
math tex-unicode-math{,-doc}: update to 0.8o 2019-05-11 22:39:41 +00:00
mbone Updated mbone/mdd to 20180824 2018-08-29 00:50:12 +00:00
meta-pkgs texlive-collection-*: update to 2019pre1 2019-05-15 11:42:53 +00:00
misc py-tqdm: updated to 4.32.1 2019-05-15 12:04:39 +00:00
mk mk/tools: Add support for autoconf*:test and automake*:test 2019-05-15 10:49:28 +00:00
multimedia xine-ui: Update to 0.99.10. 2019-05-15 15:37:32 +00:00
net py-IP: updated to 1.00 2019-05-15 11:46:39 +00:00
news sfeed: Update to 0.9.11 2019-05-13 23:20:10 +00:00
packages
parallel PKGREVISION bump for anything using python without a PYPKGPREFIX. 2019-04-25 07:32:34 +00:00
pkgtools x11-links: Update to 1.18 2019-05-10 16:25:14 +00:00
print mupdf: restore LDFLAGS chunk of patch 2019-05-17 05:45:10 +00:00
regress regress: add gnu-configure-strict to SUBDIRS 2019-05-04 15:17:39 +00:00
security py-acme py-certbot*: updated to 0.34.2 2019-05-17 06:46:30 +00:00
shells tcsh: Add upstream patch to address filename expansion test failures 2019-05-15 09:18:01 +00:00
sysutils Add u-boot-zynq-zybo-z7. 2019-05-16 22:38:30 +00:00
templates
textproc Update to 0.69.0 2019-05-14 12:54:17 +00:00
time Recursive rebvump from devel/nss 2019-05-05 22:49:45 +00:00
wm mate-netbook: update to 1.22.1 2019-05-08 01:25:47 +00:00
www otter-browser: update to 1.0.01 2019-05-16 23:22:14 +00:00
x11 distinfo file added to x11/ocaml-graphics (needed now) 2019-05-14 16:01:42 +00:00
Makefile
pkglocate Remove clauses 3,4 from TNF-only copyright blocks. 2018-08-22 20:48:36 +00:00
README README: minor grammatical fix 2019-01-29 03:11:03 +00:00

$NetBSD: README,v 1.21 2019/01/29 03:11:03 gutteridge Exp $

pkgsrc is a framework for building software on UNIX-like systems.

To use, bootstrap using:
    cd pkgsrc/bootstrap/
    ./bootstrap

build packages, use:
    cd pkgsrc/category/package-name
    $PREFIX/bin/bmake install

Where $PREFIX is where you've chosen to install packages (typically /usr/pkg)

Bugs and patches can be filed in the following link (use category 'pkg'):
https://www.netbsd.org/cgi-bin/sendpr.cgi?gndb=netbsd

To fetch the main CVS repository:
    cvs -d anoncvs@anoncvs.NetBSD.org:/cvsroot checkout -P pkgsrc

It's also possible to contribute through pkgsrc wip (work in progress), for
more information, see http://pkgsrc.org/wip/users/

Please see doc/pkgsrc.txt for information.