pkgsrc-WIP-changes archive

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

+ py-conda-env + py-cosat === Update conda: 2015-09-11 3.17.0: -------------------- * add windows_forward_slashes option to walk_prefix (), see #1513 * add ability to set CONDA_FORCE_32BIT environment variable, it should should only be used when running conda-build, #1555 * add config option to makes the python dependency on pip optional , #1577 * fix an UnboundLocalError * print note about pinned specs in no packages found error * allow wildcards in AND-connected version specs * print pinned specs to the debug log * fix conda create --clone with create_default_packages * give a better error when a proxy isn 't found for a given scheme * enable running 'conda run' in offline mode * fix issue where hardlinked cache contents were being overwritten * correctly skip packages whose dependencies can ' t be found with conda update --all * use clearer terminology in -m help text. * use splitlines to break up multiple lines throughout the codebase * fix AttributeError with SSLError



Module Name:	pkgsrc-wip
Committed By:	Derouiche <kamel.derouiche%gmail.com@localhost>
Pushed By:	jihbed
Date:		Sat Oct 3 21:17:53 2015 +0100
Changeset:	be7afcc067759f179e2b351abfd8335cf5be2c16

Modified Files:
	py-conda/DESCR
	py-conda/Makefile
	py-conda/PLIST
	py-conda/distinfo
Added Files:
	py-conda-env/DESCR
	py-conda-env/Makefile
	py-conda-env/PLIST
	py-conda-env/distinfo
	py-conda-env/patches/patch-setup.py
	py-cosat/DESCR
	py-cosat/Makefile
	py-cosat/PLIST
	py-cosat/distinfo
Removed Files:
	py-conda/patches/patch-setup.py

Log Message:
+ py-conda-env
+ py-cosat
===
Update conda:
2015-09-11   3.17.0:
--------------------
  * add windows_forward_slashes option to walk_prefix(), see #1513
  * add ability to set CONDA_FORCE_32BIT environment variable, it should
    should only be used when running conda-build, #1555
  * add config option to makes the python dependency on pip optional, #1577
  * fix an UnboundLocalError
  * print note about pinned specs in no packages found error
  * allow wildcards in AND-connected version specs
  * print pinned specs to the debug log
  * fix conda create --clone with create_default_packages
  * give a better error when a proxy isn't found for a given scheme
  * enable running 'conda run' in offline mode
  * fix issue where hardlinked cache contents were being overwritten
  * correctly skip packages whose dependencies can't be found with conda
    update --all
  * use clearer terminology in -m help text.
  * use splitlines to break up multiple lines throughout the codebase
  * fix AttributeError with SSLError

2015-08-10   3.16.0:
--------------------
  * rename binstar -> anaconda, see #1458
  * fix --use-local when the conda-bld directory doesn't exist
  * fixed --offline option when using "conda create --clone", see #1487
  * don't mask recursion depth errors
  * add conda search --reverse-dependency
  * check whether hardlinking is available before linking when
    using "python install.py --link" directly, see #1490
  * don't exit nonzero when installing a package with no dependencies
  * check which features are installed in an environment via track_features,
    not features
  * set the verify flag directly on CondaSession (fixes conda skeleton not
    respecting the ssl_verify option)

2015-07-23   3.15.1:
--------------------
  * fix conda with older versions of argcomplete
  * restore the --force-pscheck option as a no-op for backwards
    compatibility

2015-07-22   3.15.0:
--------------------
  * sort the output of conda info package correctly
  * enable tab completion of conda command extensions using
    argcomplete. Command extensions that import conda should use
    conda.cli.conda_argparse.ArgumentParser instead of
    argparse.ArgumentParser. Otherwise, they should enable argcomplete
    completion manually.
  * allow psutil and pycosat to be updated in the root environment on Windows
  * remove all mentions of pscheck. The --force-pscheck flag has been removed.
  * added support for S3 channels
  * fix color issues from pip in conda list on Windows
  * add support for other machine types on Linux, in particular ppc64le
  * add non_x86_linux_machines set to config module
  * allow ssl_verify to accept strings in addition to boolean values in condarc
  * enable --set to work with both boolean and string values

2015-06-29   3.14.1:
--------------------
  * make use of Crypto.Signature.PKCS1_PSS module, see #1388
  * note when features are being used in the unsatisfiable hint

2015-06-16   3.14.0:
--------------------
  * add ability to verify signed packages, see #1343 (and conda-build #430)
  * fix issue when trying to add 'pip' dependency to old python packages
  * provide option "conda info --unsafe-channels" for getting unobscured
    channel list, #1374

2015-06-04   3.13.0:
--------------------
  * avoid the Windows file lock by moving files to a trash directory, #1133
  * handle env dirs not existing in the Environments completer
  * rename binstar.org -> anaconda.org, see #1348
  * speed up 'source activate' by ~40%

2015-05-05   3.12.0:
--------------------
  * correctly allow conda to update itself
  * print which file leads to the "unable to remove file" error on Windows
  * add support for the no_proxy environment variable, #1171
  * add a much faster hint generation for unsatisfiable packages, which is now
    always enabled (previously it would not run if there were more than ten
    specs). The new hint only gives one set of conflicting packages, rather
    than all sets, so multiple passes may be necessary to fix such issues
  * conda extensions that import conda should use
    conda.cli.conda_argparser.ArgumentParser instead of
    argparse.ArgumentParser to conform to the conda help guidelines (e.g., all
    help messages should be capitalized with periods, and the options should
    be preceded by "Options:" for the sake of help2man).
  * add confirmation dialog to conda remove. Fixes conda remove --dry-run.

2015-04-22   3.11.0:
--------------------
  * fix issue where forced update on Windows could cause a package to break
  * remove detection of running processes that might conflict
  * deprecate --force-pscheck (now a no-op argument)
  * make conda search --outdated --names-only work, fixes #1252
  * handle the history file not having read or write permissions better
  * make multiple package resolutions warning easier to read
  * add --full-name to conda list
  * improvements to command help

2015-04-06   3.10.1:
--------------------
  * fix logic in @memoized for unhashable args
  * restored json cache of repodata, see #1249
  * hide binstar tokens in conda info --json
  * handle CIO_TEST='2 '
  * always find the solution with minimal number of packages, even if there
    are many solutions
  * allow comments at the end of the line in requirement files
  * don't update the progressbar until after the item is finished running
  * add conda/<version> to HTTP header User-Agent string

2015-03-12   3.10.0:
--------------------
  * change default repo urls to be https
  * add --offline to conda search
  * add --names-only and --full-name to conda search
  * add tab completion for packages to conda search

2015-02-24   3.9.1:
-------------------
  * pscheck: check for processes in the current environment, see #1157
  * don't write to the history file if nothing has changed, see #1148
  * conda update --all installs packages without version restrictions (except
    for Python), see #1138
  * conda update --all ignores the anaconda metapackage, see #1138
  * use forward slashes for file urls on Windows
  * don't symlink conda in the root environment from activate
  * use the correct package name in the progress bar info
  * use json progress bars for unsatisfiable dependencies hints
  * don't let requests decode gz files when downloaded

2015-02-16   3.9.0:
-------------------
  * remove (de)activation scripts from conda, those are now in conda-env
  * pip is now always added as a Python dependency
  * allow conda to be installed into environments which start with _
  * add argcomplete tab completion for environments with the -n flag, and for
    package names with install, update, create, and remove

2015-02-03   3.8.4:
-------------------
  * copy (de)activate scripts from conda-env
  * Add noarch (sub) directory support

2015-01-28   3.8.3:
-------------------
  * simplified how ROOT_PREFIX is obtained in (de)activate

2015-01-27   3.8.2:
-------------------
  * add conda clean --source-cache to clean the conda build source caches
  * add missing quotes in (de)activate.bat, fixes problem in Windows when
    conda is installed into a directory with spaces
  * fix conda install --copy

2015-01-23   3.8.1:
-------------------
  * add missing utf-8 decoding, fixes Python 3 bug when icondata to json file

2015-01-22   3.8.0:
-------------------
  * move active script into conda-env, which is now a new dependency
  * load the channel urls in the correct order when using concurrent.futures
  * add optional 'icondata' key to json files in conda-meta directory, which
    contain the base64 encoded png file or the icon
  * remove a debug print statement

2014-12-18   3.7.4:
-------------------
  * add --offline option to install, create, update and remove commands, and
    also add ability to set "offline: True" in condarc file
  * add conda uninstall as alias for conda remove
  * add conda info --root
  * add conda.pip module
  * fix CONDARC pointing to non-existing file, closes issue #961
  * make update -f work if the package is already up-to-date
  * fix possible TypeError when printing an error message
  * link packages in topologically sorted order (so that pre-link scripts can
    assume that the dependencies are installed)
  * add --copy flag to install
  * prevent the progressbar from crashing conda when fetching in some
    situations

2014-11-05   3.7.3:
-------------------
  * conda install from a local conda package (or a tar fill which
    contains conda packages), will now also install the dependencies
    listed by the installed packages.
  * add SOURCE_DIR environment variable in pre-link subprocess
  * record all created environments in ~/.conda/environments.txt

+ py-conda-env
+ py-cosat
===
Update conda:
2015-09-11   3.17.0:
--------------------
  * add windows_forward_slashes option to walk_prefix(), see #1513
  * add ability to set CONDA_FORCE_32BIT environment variable, it should
    should only be used when running conda-build, #1555
  * add config option to makes the python dependency on pip optional, #1577
  * fix an UnboundLocalError
  * print note about pinned specs in no packages found error
  * allow wildcards in AND-connected version specs
  * print pinned specs to the debug log
  * fix conda create --clone with create_default_packages
  * give a better error when a proxy isn't found for a given scheme
  * enable running 'conda run' in offline mode
  * fix issue where hardlinked cache contents were being overwritten
  * correctly skip packages whose dependencies can't be found with conda
    update --all
  * use clearer terminology in -m help text.
  * use splitlines to break up multiple lines throughout the codebase
  * fix AttributeError with SSLError

2015-08-10   3.16.0:
--------------------
  * rename binstar -> anaconda, see #1458
  * fix --use-local when the conda-bld directory doesn't exist
  * fixed --offline option when using "conda create --clone", see #1487
  * don't mask recursion depth errors
  * add conda search --reverse-dependency
  * check whether hardlinking is available before linking when
    using "python install.py --link" directly, see #1490
  * don't exit nonzero when installing a package with no dependencies
  * check which features are installed in an environment via track_features,
    not features
  * set the verify flag directly on CondaSession (fixes conda skeleton not
    respecting the ssl_verify option)

2015-07-23   3.15.1:
--------------------
  * fix conda with older versions of argcomplete
  * restore the --force-pscheck option as a no-op for backwards
    compatibility

2015-07-22   3.15.0:
--------------------
  * sort the output of conda info package correctly
  * enable tab completion of conda command extensions using
    argcomplete. Command extensions that import conda should use
    conda.cli.conda_argparse.ArgumentParser instead of
    argparse.ArgumentParser. Otherwise, they should enable argcomplete
    completion manually.
  * allow psutil and pycosat to be updated in the root environment on Windows
  * remove all mentions of pscheck. The --force-pscheck flag has been removed.
  * added support for S3 channels
  * fix color issues from pip in conda list on Windows
  * add support for other machine types on Linux, in particular ppc64le
  * add non_x86_linux_machines set to config module
  * allow ssl_verify to accept strings in addition to boolean values in condarc
  * enable --set to work with both boolean and string values

2015-06-29   3.14.1:
--------------------
  * make use of Crypto.Signature.PKCS1_PSS module, see #1388
  * note when features are being used in the unsatisfiable hint

2015-06-16   3.14.0:
--------------------
  * add ability to verify signed packages, see #1343 (and conda-build #430)
  * fix issue when trying to add 'pip' dependency to old python packages
  * provide option "conda info --unsafe-channels" for getting unobscured
    channel list, #1374

2015-06-04   3.13.0:
--------------------
  * avoid the Windows file lock by moving files to a trash directory, #1133
  * handle env dirs not existing in the Environments completer
  * rename binstar.org -> anaconda.org, see #1348
  * speed up 'source activate' by ~40%

2015-05-05   3.12.0:
--------------------
  * correctly allow conda to update itself
  * print which file leads to the "unable to remove file" error on Windows
  * add support for the no_proxy environment variable, #1171
  * add a much faster hint generation for unsatisfiable packages, which is now
    always enabled (previously it would not run if there were more than ten
    specs). The new hint only gives one set of conflicting packages, rather
    than all sets, so multiple passes may be necessary to fix such issues
  * conda extensions that import conda should use
    conda.cli.conda_argparser.ArgumentParser instead of
    argparse.ArgumentParser to conform to the conda help guidelines (e.g., all
    help messages should be capitalized with periods, and the options should
    be preceded by "Options:" for the sake of help2man).
  * add confirmation dialog to conda remove. Fixes conda remove --dry-run.

2015-04-22   3.11.0:
--------------------
  * fix issue where forced update on Windows could cause a package to break
  * remove detection of running processes that might conflict
  * deprecate --force-pscheck (now a no-op argument)
  * make conda search --outdated --names-only work, fixes #1252
  * handle the history file not having read or write permissions better
  * make multiple package resolutions warning easier to read
  * add --full-name to conda list
  * improvements to command help

2015-04-06   3.10.1:
--------------------
  * fix logic in @memoized for unhashable args
  * restored json cache of repodata, see #1249
  * hide binstar tokens in conda info --json
  * handle CIO_TEST='2 '
  * always find the solution with minimal number of packages, even if there
    are many solutions
  * allow comments at the end of the line in requirement files
  * don't update the progressbar until after the item is finished running
  * add conda/<version> to HTTP header User-Agent string

2015-03-12   3.10.0:
--------------------
  * change default repo urls to be https
  * add --offline to conda search
  * add --names-only and --full-name to conda search
  * add tab completion for packages to conda search

2015-02-24   3.9.1:
-------------------
  * pscheck: check for processes in the current environment, see #1157
  * don't write to the history file if nothing has changed, see #1148
  * conda update --all installs packages without version restrictions (except
    for Python), see #1138
  * conda update --all ignores the anaconda metapackage, see #1138
  * use forward slashes for file urls on Windows
  * don't symlink conda in the root environment from activate
  * use the correct package name in the progress bar info
  * use json progress bars for unsatisfiable dependencies hints
  * don't let requests decode gz files when downloaded

2015-02-16   3.9.0:
-------------------
  * remove (de)activation scripts from conda, those are now in conda-env
  * pip is now always added as a Python dependency
  * allow conda to be installed into environments which start with _
  * add argcomplete tab completion for environments with the -n flag, and for
    package names with install, update, create, and remove

2015-02-03   3.8.4:
-------------------
  * copy (de)activate scripts from conda-env
  * Add noarch (sub) directory support

2015-01-28   3.8.3:
-------------------
  * simplified how ROOT_PREFIX is obtained in (de)activate

2015-01-27   3.8.2:
-------------------
  * add conda clean --source-cache to clean the conda build source caches
  * add missing quotes in (de)activate.bat, fixes problem in Windows when
    conda is installed into a directory with spaces
  * fix conda install --copy

2015-01-23   3.8.1:
-------------------
  * add missing utf-8 decoding, fixes Python 3 bug when icondata to json file

2015-01-22   3.8.0:
-------------------
  * move active script into conda-env, which is now a new dependency
  * load the channel urls in the correct order when using concurrent.futures
  * add optional 'icondata' key to json files in conda-meta directory, which
    contain the base64 encoded png file or the icon
  * remove a debug print statement

2014-12-18   3.7.4:
-------------------
  * add --offline option to install, create, update and remove commands, and
    also add ability to set "offline: True" in condarc file
  * add conda uninstall as alias for conda remove
  * add conda info --root
  * add conda.pip module
  * fix CONDARC pointing to non-existing file, closes issue #961
  * make update -f work if the package is already up-to-date
  * fix possible TypeError when printing an error message
  * link packages in topologically sorted order (so that pre-link scripts can
    assume that the dependencies are installed)
  * add --copy flag to install
  * prevent the progressbar from crashing conda when fetching in some
    situations

2014-11-05   3.7.3:
-------------------
  * conda install from a local conda package (or a tar fill which
    contains conda packages), will now also install the dependencies
    listed by the installed packages.
  * add SOURCE_DIR environment variable in pre-link subprocess
  * record all created environments in ~/.conda/environments.txt

+ py-conda-env
+ py-cosat
===
Update conda:
2015-09-11   3.17.0:
--------------------
  * add windows_forward_slashes option to walk_prefix(), see #1513
  * add ability to set CONDA_FORCE_32BIT environment variable, it should
    should only be used when running conda-build, #1555
  * add config option to makes the python dependency on pip optional, #1577
  * fix an UnboundLocalError
  * print note about pinned specs in no packages found error
  * allow wildcards in AND-connected version specs
  * print pinned specs to the debug log
  * fix conda create --clone with create_default_packages
  * give a better error when a proxy isn't found for a given scheme
  * enable running 'conda run' in offline mode
  * fix issue where hardlinked cache contents were being overwritten
  * correctly skip packages whose dependencies can't be found with conda
    update --all
  * use clearer terminology in -m help text.
  * use splitlines to break up multiple lines throughout the codebase
  * fix AttributeError with SSLError

2015-08-10   3.16.0:
--------------------
  * rename binstar -> anaconda, see #1458
  * fix --use-local when the conda-bld directory doesn't exist
  * fixed --offline option when using "conda create --clone", see #1487
  * don't mask recursion depth errors
  * add conda search --reverse-dependency
  * check whether hardlinking is available before linking when
    using "python install.py --link" directly, see #1490
  * don't exit nonzero when installing a package with no dependencies
  * check which features are installed in an environment via track_features,
    not features
  * set the verify flag directly on CondaSession (fixes conda skeleton not
    respecting the ssl_verify option)

2015-07-23   3.15.1:
--------------------
  * fix conda with older versions of argcomplete
  * restore the --force-pscheck option as a no-op for backwards
    compatibility

2015-07-22   3.15.0:
--------------------
  * sort the output of conda info package correctly
  * enable tab completion of conda command extensions using
    argcomplete. Command extensions that import conda should use
    conda.cli.conda_argparse.ArgumentParser instead of
    argparse.ArgumentParser. Otherwise, they should enable argcomplete
    completion manually.
  * allow psutil and pycosat to be updated in the root environment on Windows
  * remove all mentions of pscheck. The --force-pscheck flag has been removed.
  * added support for S3 channels
  * fix color issues from pip in conda list on Windows
  * add support for other machine types on Linux, in particular ppc64le
  * add non_x86_linux_machines set to config module
  * allow ssl_verify to accept strings in addition to boolean values in condarc
  * enable --set to work with both boolean and string values

2015-06-29   3.14.1:
--------------------
  * make use of Crypto.Signature.PKCS1_PSS module, see #1388
  * note when features are being used in the unsatisfiable hint

2015-06-16   3.14.0:
--------------------
  * add ability to verify signed packages, see #1343 (and conda-build #430)
  * fix issue when trying to add 'pip' dependency to old python packages
  * provide option "conda info --unsafe-channels" for getting unobscured
    channel list, #1374

2015-06-04   3.13.0:
--------------------
  * avoid the Windows file lock by moving files to a trash directory, #1133
  * handle env dirs not existing in the Environments completer
  * rename binstar.org -> anaconda.org, see #1348
  * speed up 'source activate' by ~40%

2015-05-05   3.12.0:
--------------------
  * correctly allow conda to update itself
  * print which file leads to the "unable to remove file" error on Windows
  * add support for the no_proxy environment variable, #1171
  * add a much faster hint generation for unsatisfiable packages, which is now
    always enabled (previously it would not run if there were more than ten
    specs). The new hint only gives one set of conflicting packages, rather
    than all sets, so multiple passes may be necessary to fix such issues
  * conda extensions that import conda should use
    conda.cli.conda_argparser.ArgumentParser instead of
    argparse.ArgumentParser to conform to the conda help guidelines (e.g., all
    help messages should be capitalized with periods, and the options should
    be preceded by "Options:" for the sake of help2man).
  * add confirmation dialog to conda remove. Fixes conda remove --dry-run.

2015-04-22   3.11.0:
--------------------
  * fix issue where forced update on Windows could cause a package to break
  * remove detection of running processes that might conflict
  * deprecate --force-pscheck (now a no-op argument)
  * make conda search --outdated --names-only work, fixes #1252
  * handle the history file not having read or write permissions better
  * make multiple package resolutions warning easier to read
  * add --full-name to conda list
  * improvements to command help

2015-04-06   3.10.1:
--------------------
  * fix logic in @memoized for unhashable args
  * restored json cache of repodata, see #1249
  * hide binstar tokens in conda info --json
  * handle CIO_TEST='2 '
  * always find the solution with minimal number of packages, even if there
    are many solutions
  * allow comments at the end of the line in requirement files
  * don't update the progressbar until after the item is finished running
  * add conda/<version> to HTTP header User-Agent string

2015-03-12   3.10.0:
--------------------
  * change default repo urls to be https
  * add --offline to conda search
  * add --names-only and --full-name to conda search
  * add tab completion for packages to conda search

2015-02-24   3.9.1:
-------------------
  * pscheck: check for processes in the current environment, see #1157
  * don't write to the history file if nothing has changed, see #1148
  * conda update --all installs packages without version restrictions (except
    for Python), see #1138
  * conda update --all ignores the anaconda metapackage, see #1138
  * use forward slashes for file urls on Windows
  * don't symlink conda in the root environment from activate
  * use the correct package name in the progress bar info
  * use json progress bars for unsatisfiable dependencies hints
  * don't let requests decode gz files when downloaded

2015-02-16   3.9.0:
-------------------
  * remove (de)activation scripts from conda, those are now in conda-env
  * pip is now always added as a Python dependency
  * allow conda to be installed into environments which start with _
  * add argcomplete tab completion for environments with the -n flag, and for
    package names with install, update, create, and remove

2015-02-03   3.8.4:
-------------------
  * copy (de)activate scripts from conda-env
  * Add noarch (sub) directory support

2015-01-28   3.8.3:
-------------------
  * simplified how ROOT_PREFIX is obtained in (de)activate

2015-01-27   3.8.2:
-------------------
  * add conda clean --source-cache to clean the conda build source caches
  * add missing quotes in (de)activate.bat, fixes problem in Windows when
    conda is installed into a directory with spaces
  * fix conda install --copy

2015-01-23   3.8.1:
-------------------
  * add missing utf-8 decoding, fixes Python 3 bug when icondata to json file

2015-01-22   3.8.0:
-------------------
  * move active script into conda-env, which is now a new dependency
  * load the channel urls in the correct order when using concurrent.futures
  * add optional 'icondata' key to json files in conda-meta directory, which
    contain the base64 encoded png file or the icon
  * remove a debug print statement

2014-12-18   3.7.4:
-------------------
  * add --offline option to install, create, update and remove commands, and
    also add ability to set "offline: True" in condarc file
  * add conda uninstall as alias for conda remove
  * add conda info --root
  * add conda.pip module
  * fix CONDARC pointing to non-existing file, closes issue #961
  * make update -f work if the package is already up-to-date
  * fix possible TypeError when printing an error message
  * link packages in topologically sorted order (so that pre-link scripts can
    assume that the dependencies are installed)
  * add --copy flag to install
  * prevent the progressbar from crashing conda when fetching in some
    situations

2014-11-05   3.7.3:
-------------------
  * conda install from a local conda package (or a tar fill which
    contains conda packages), will now also install the dependencies
    listed by the installed packages.
  * add SOURCE_DIR environment variable in pre-link subprocess
  * record all created environments in ~/.conda/environments.txt

+ py-conda-env
+ py-cosat
===
Update conda:
2015-09-11   3.17.0:
--------------------
  * add windows_forward_slashes option to walk_prefix(), see #1513
  * add ability to set CONDA_FORCE_32BIT environment variable, it should
    should only be used when running conda-build, #1555
  * add config option to makes the python dependency on pip optional, #1577
  * fix an UnboundLocalError
  * print note about pinned specs in no packages found error
  * allow wildcards in AND-connected version specs
  * print pinned specs to the debug log
  * fix conda create --clone with create_default_packages
  * give a better error when a proxy isn't found for a given scheme
  * enable running 'conda run' in offline mode
  * fix issue where hardlinked cache contents were being overwritten
  * correctly skip packages whose dependencies can't be found with conda
    update --all
  * use clearer terminology in -m help text.
  * use splitlines to break up multiple lines throughout the codebase
  * fix AttributeError with SSLError

2015-08-10   3.16.0:
--------------------
  * rename binstar -> anaconda, see #1458
  * fix --use-local when the conda-bld directory doesn't exist
  * fixed --offline option when using "conda create --clone", see #1487
  * don't mask recursion depth errors
  * add conda search --reverse-dependency
  * check whether hardlinking is available before linking when
    using "python install.py --link" directly, see #1490
  * don't exit nonzero when installing a package with no dependencies
  * check which features are installed in an environment via track_features,
    not features
  * set the verify flag directly on CondaSession (fixes conda skeleton not
    respecting the ssl_verify option)

2015-07-23   3.15.1:
--------------------
  * fix conda with older versions of argcomplete
  * restore the --force-pscheck option as a no-op for backwards
    compatibility

2015-07-22   3.15.0:
--------------------
  * sort the output of conda info package correctly
  * enable tab completion of conda command extensions using
    argcomplete. Command extensions that import conda should use
    conda.cli.conda_argparse.ArgumentParser instead of
    argparse.ArgumentParser. Otherwise, they should enable argcomplete
    completion manually.
  * allow psutil and pycosat to be updated in the root environment on Windows
  * remove all mentions of pscheck. The --force-pscheck flag has been removed.
  * added support for S3 channels
  * fix color issues from pip in conda list on Windows
  * add support for other machine types on Linux, in particular ppc64le
  * add non_x86_linux_machines set to config module
  * allow ssl_verify to accept strings in addition to boolean values in condarc
  * enable --set to work with both boolean and string values

2015-06-29   3.14.1:
--------------------
  * make use of Crypto.Signature.PKCS1_PSS module, see #1388
  * note when features are being used in the unsatisfiable hint

2015-06-16   3.14.0:
--------------------
  * add ability to verify signed packages, see #1343 (and conda-build #430)
  * fix issue when trying to add 'pip' dependency to old python packages
  * provide option "conda info --unsafe-channels" for getting unobscured
    channel list, #1374

2015-06-04   3.13.0:
--------------------
  * avoid the Windows file lock by moving files to a trash directory, #1133
  * handle env dirs not existing in the Environments completer
  * rename binstar.org -> anaconda.org, see #1348
  * speed up 'source activate' by ~40%

2015-05-05   3.12.0:
--------------------
  * correctly allow conda to update itself
  * print which file leads to the "unable to remove file" error on Windows
  * add support for the no_proxy environment variable, #1171
  * add a much faster hint generation for unsatisfiable packages, which is now
    always enabled (previously it would not run if there were more than ten
    specs). The new hint only gives one set of conflicting packages, rather
    than all sets, so multiple passes may be necessary to fix such issues
  * conda extensions that import conda should use
    conda.cli.conda_argparser.ArgumentParser instead of
    argparse.ArgumentParser to conform to the conda help guidelines (e.g., all
    help messages should be capitalized with periods, and the options should
    be preceded by "Options:" for the sake of help2man).
  * add confirmation dialog to conda remove. Fixes conda remove --dry-run.

2015-04-22   3.11.0:
--------------------
  * fix issue where forced update on Windows could cause a package to break
  * remove detection of running processes that might conflict
  * deprecate --force-pscheck (now a no-op argument)
  * make conda search --outdated --names-only work, fixes #1252
  * handle the history file not having read or write permissions better
  * make multiple package resolutions warning easier to read
  * add --full-name to conda list
  * improvements to command help

2015-04-06   3.10.1:
--------------------
  * fix logic in @memoized for unhashable args
  * restored json cache of repodata, see #1249
  * hide binstar tokens in conda info --json
  * handle CIO_TEST='2 '
  * always find the solution with minimal number of packages, even if there
    are many solutions
  * allow comments at the end of the line in requirement files
  * don't update the progressbar until after the item is finished running
  * add conda/<version> to HTTP header User-Agent string

2015-03-12   3.10.0:
--------------------
  * change default repo urls to be https
  * add --offline to conda search
  * add --names-only and --full-name to conda search
  * add tab completion for packages to conda search

2015-02-24   3.9.1:
-------------------
  * pscheck: check for processes in the current environment, see #1157
  * don't write to the history file if nothing has changed, see #1148
  * conda update --all installs packages without version restrictions (except
    for Python), see #1138
  * conda update --all ignores the anaconda metapackage, see #1138
  * use forward slashes for file urls on Windows
  * don't symlink conda in the root environment from activate
  * use the correct package name in the progress bar info
  * use json progress bars for unsatisfiable dependencies hints
  * don't let requests decode gz files when downloaded

2015-02-16   3.9.0:
-------------------
  * remove (de)activation scripts from conda, those are now in conda-env
  * pip is now always added as a Python dependency
  * allow conda to be installed into environments which start with _
  * add argcomplete tab completion for environments with the -n flag, and for
    package names with install, update, create, and remove

2015-02-03   3.8.4:
-------------------
  * copy (de)activate scripts from conda-env
  * Add noarch (sub) directory support

2015-01-28   3.8.3:
-------------------
  * simplified how ROOT_PREFIX is obtained in (de)activate

2015-01-27   3.8.2:
-------------------
  * add conda clean --source-cache to clean the conda build source caches
  * add missing quotes in (de)activate.bat, fixes problem in Windows when
    conda is installed into a directory with spaces
  * fix conda install --copy

2015-01-23   3.8.1:
-------------------
  * add missing utf-8 decoding, fixes Python 3 bug when icondata to json file

2015-01-22   3.8.0:
-------------------
  * move active script into conda-env, which is now a new dependency
  * load the channel urls in the correct order when using concurrent.futures
  * add optional 'icondata' key to json files in conda-meta directory, which
    contain the base64 encoded png file or the icon
  * remove a debug print statement

2014-12-18   3.7.4:
-------------------
  * add --offline option to install, create, update and remove commands, and
    also add ability to set "offline: True" in condarc file
  * add conda uninstall as alias for conda remove
  * add conda info --root
  * add conda.pip module
  * fix CONDARC pointing to non-existing file, closes issue #961
  * make update -f work if the package is already up-to-date
  * fix possible TypeError when printing an error message
  * link packages in topologically sorted order (so that pre-link scripts can
    assume that the dependencies are installed)
  * add --copy flag to install
  * prevent the progressbar from crashing conda when fetching in some
    situations

2014-11-05   3.7.3:
-------------------
  * conda install from a local conda package (or a tar fill which
    contains conda packages), will now also install the dependencies
    listed by the installed packages.
  * add SOURCE_DIR environment variable in pre-link subprocess
  * record all created environments in ~/.conda/environments.txt

...

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

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

diffstat:
 py-conda-env/DESCR                  |  1 +
 py-conda-env/Makefile               | 28 +++++++++++++
 py-conda-env/PLIST                  | 79 +++++++++++++++++++++++++++++++++++++
 py-conda-env/distinfo               |  6 +++
 py-conda-env/patches/patch-setup.py | 24 +++++++++++
 py-conda/DESCR                      |  1 -
 py-conda/Makefile                   | 18 ++++++---
 py-conda/PLIST                      | 27 +++++++++----
 py-conda/distinfo                   |  7 ++--
 py-conda/patches/patch-setup.py     | 21 ----------
 py-cosat/DESCR                      |  6 +++
 py-cosat/Makefile                   | 21 ++++++++++
 py-cosat/PLIST                      |  5 +++
 py-cosat/distinfo                   |  5 +++
 14 files changed, 210 insertions(+), 39 deletions(-)

diffs:
diff --git a/py-conda-env/DESCR b/py-conda-env/DESCR
new file mode 100644
index 0000000..6bb7db5
--- /dev/null
+++ b/py-conda-env/DESCR
@@ -0,0 +1 @@
+tools for interacting with conda environments
diff --git a/py-conda-env/Makefile b/py-conda-env/Makefile
new file mode 100644
index 0000000..2146555
--- /dev/null
+++ b/py-conda-env/Makefile
@@ -0,0 +1,28 @@
+# $NetBSD$
+
+DISTNAME=	conda-env-2.4.2
+PKGNAME=	${PYPKGPREFIX}-${DISTNAME}
+CATEGORIES=	sysutils devel python
+MASTER_SITES=	https://pypi.python.org/packages/source/c/conda-env/
+
+MAINTAINER=	kamelderouiche%yahoo.com@localhost
+HOMEPAGE=	https://github.com/conda/conda-env
+COMMENT=	Tools for interacting with conda environments
+LICENSE=	modified-bsd
+
+USE_TOOLS+=	bash
+USE_LANGUAGES=	# none
+
+PYDISTUTILSPKG=	yes
+PLIST_SUBST+=   PYVERSSUFFIX=${PYVERSSUFFIX}
+
+REPLACE_BASH+=	bin/activate${PYVERSSUFFIX}  bin/deactivate${PYVERSSUFFIX}
+
+post-extract:
+	${MV} ${WRKSRC}/bin/activate ${WRKSRC}/bin/activate${PYVERSSUFFIX}
+	${MV} ${WRKSRC}/bin/conda-env ${WRKSRC}/bin/conda-env${PYVERSSUFFIX}
+	${MV} ${WRKSRC}/bin/deactivate ${WRKSRC}/bin/deactivate${PYVERSSUFFIX}
+
+.include "../../lang/python/application.mk"
+.include "../../lang/python/extension.mk"
+.include "../../mk/bsd.pkg.mk"
diff --git a/py-conda-env/PLIST b/py-conda-env/PLIST
new file mode 100644
index 0000000..da256c0
--- /dev/null
+++ b/py-conda-env/PLIST
@@ -0,0 +1,79 @@
+@comment $NetBSD$
+bin/activate2.7
+bin/conda-env2.7
+bin/deactivate2.7
+${PYSITELIB}/conda_env/__init__.py
+${PYSITELIB}/conda_env/__init__.pyc
+${PYSITELIB}/conda_env/__init__.pyo
+${PYSITELIB}/conda_env/cli/__init__.py
+${PYSITELIB}/conda_env/cli/__init__.pyc
+${PYSITELIB}/conda_env/cli/__init__.pyo
+${PYSITELIB}/conda_env/cli/main.py
+${PYSITELIB}/conda_env/cli/main.pyc
+${PYSITELIB}/conda_env/cli/main.pyo
+${PYSITELIB}/conda_env/cli/main_attach.py
+${PYSITELIB}/conda_env/cli/main_attach.pyc
+${PYSITELIB}/conda_env/cli/main_attach.pyo
+${PYSITELIB}/conda_env/cli/main_create.py
+${PYSITELIB}/conda_env/cli/main_create.pyc
+${PYSITELIB}/conda_env/cli/main_create.pyo
+${PYSITELIB}/conda_env/cli/main_export.py
+${PYSITELIB}/conda_env/cli/main_export.pyc
+${PYSITELIB}/conda_env/cli/main_export.pyo
+${PYSITELIB}/conda_env/cli/main_list.py
+${PYSITELIB}/conda_env/cli/main_list.pyc
+${PYSITELIB}/conda_env/cli/main_list.pyo
+${PYSITELIB}/conda_env/cli/main_remove.py
+${PYSITELIB}/conda_env/cli/main_remove.pyc
+${PYSITELIB}/conda_env/cli/main_remove.pyo
+${PYSITELIB}/conda_env/cli/main_update.py
+${PYSITELIB}/conda_env/cli/main_update.pyc
+${PYSITELIB}/conda_env/cli/main_update.pyo
+${PYSITELIB}/conda_env/cli/main_upload.py
+${PYSITELIB}/conda_env/cli/main_upload.pyc
+${PYSITELIB}/conda_env/cli/main_upload.pyo
+${PYSITELIB}/conda_env/compat.py
+${PYSITELIB}/conda_env/compat.pyc
+${PYSITELIB}/conda_env/compat.pyo
+${PYSITELIB}/conda_env/env.py
+${PYSITELIB}/conda_env/env.pyc
+${PYSITELIB}/conda_env/env.pyo
+${PYSITELIB}/conda_env/exceptions.py
+${PYSITELIB}/conda_env/exceptions.pyc
+${PYSITELIB}/conda_env/exceptions.pyo
+${PYSITELIB}/conda_env/installers/__init__.py
+${PYSITELIB}/conda_env/installers/__init__.pyc
+${PYSITELIB}/conda_env/installers/__init__.pyo
+${PYSITELIB}/conda_env/installers/base.py
+${PYSITELIB}/conda_env/installers/base.pyc
+${PYSITELIB}/conda_env/installers/base.pyo
+${PYSITELIB}/conda_env/installers/conda.py
+${PYSITELIB}/conda_env/installers/conda.pyc
+${PYSITELIB}/conda_env/installers/conda.pyo
+${PYSITELIB}/conda_env/installers/pip.py
+${PYSITELIB}/conda_env/installers/pip.pyc
+${PYSITELIB}/conda_env/installers/pip.pyo
+${PYSITELIB}/conda_env/specs/__init__.py
+${PYSITELIB}/conda_env/specs/__init__.pyc
+${PYSITELIB}/conda_env/specs/__init__.pyo
+${PYSITELIB}/conda_env/specs/binstar.py
+${PYSITELIB}/conda_env/specs/binstar.pyc
+${PYSITELIB}/conda_env/specs/binstar.pyo
+${PYSITELIB}/conda_env/specs/notebook.py
+${PYSITELIB}/conda_env/specs/notebook.pyc
+${PYSITELIB}/conda_env/specs/notebook.pyo
+${PYSITELIB}/conda_env/specs/yaml_file.py
+${PYSITELIB}/conda_env/specs/yaml_file.pyc
+${PYSITELIB}/conda_env/specs/yaml_file.pyo
+${PYSITELIB}/conda_env/utils/__init__.py
+${PYSITELIB}/conda_env/utils/__init__.pyc
+${PYSITELIB}/conda_env/utils/__init__.pyo
+${PYSITELIB}/conda_env/utils/notebooks.py
+${PYSITELIB}/conda_env/utils/notebooks.pyc
+${PYSITELIB}/conda_env/utils/notebooks.pyo
+${PYSITELIB}/conda_env/utils/uploader.py
+${PYSITELIB}/conda_env/utils/uploader.pyc
+${PYSITELIB}/conda_env/utils/uploader.pyo
+${PYSITELIB}/conda_env/yaml.py
+${PYSITELIB}/conda_env/yaml.pyc
+${PYSITELIB}/conda_env/yaml.pyo
diff --git a/py-conda-env/distinfo b/py-conda-env/distinfo
new file mode 100644
index 0000000..b974cc1
--- /dev/null
+++ b/py-conda-env/distinfo
@@ -0,0 +1,6 @@
+$NetBSD$
+
+SHA1 (conda-env-2.4.2.tar.gz) = 507b4157761857d4348664cff16775486696fba1
+RMD160 (conda-env-2.4.2.tar.gz) = 07200e47d2852b917168535c4a948547e63573c0
+Size (conda-env-2.4.2.tar.gz) = 13348 bytes
+SHA1 (patch-setup.py) = c99a9e8f051d417a3cfc88c1090e449caa7a8706
diff --git a/py-conda-env/patches/patch-setup.py b/py-conda-env/patches/patch-setup.py
new file mode 100644
index 0000000..244a078
--- /dev/null
+++ b/py-conda-env/patches/patch-setup.py
@@ -0,0 +1,24 @@
+$NetBSD$
+
+--- setup.py.orig	2015-09-13 02:58:12.000000000 +0000
++++ setup.py
+@@ -19,8 +19,8 @@ if sys.platform == 'win32':
+     ]
+ else:
+     scripts = [
+-        'bin/activate',
+-        'bin/deactivate',
++        'bin/activate'+sys.version[0:3],
++        'bin/deactivate'+sys.version[0:3],
+     ]
+ 
+ setup(
+@@ -50,7 +50,7 @@ setup(
+         'conda_env.utils',
+     ],
+     scripts=[
+-        'bin/conda-env',
++        'bin/conda-env'+sys.version[0:3],
+     ] + scripts,
+     package_data={},
+ )
diff --git a/py-conda/DESCR b/py-conda/DESCR
index cc092e1..e69de29 100644
--- a/py-conda/DESCR
+++ b/py-conda/DESCR
@@ -1 +0,0 @@
-Package management tool
diff --git a/py-conda/Makefile b/py-conda/Makefile
index bc66f0b..01c53dc 100644
--- a/py-conda/Makefile
+++ b/py-conda/Makefile
@@ -1,21 +1,27 @@
-# $NetBSD: Makefile,v 1.1 2014/10/04 21:41:46 jihbed Exp $
+# $NetBSD$
 
-DISTNAME=	conda-3.5.0
+DISTNAME=	conda-3.17.0
 PKGNAME=	${PYPKGPREFIX}-${DISTNAME}
 CATEGORIES=	devel sysutils python
 MASTER_SITES=	https://pypi.python.org/packages/source/c/conda/
+EXTRACT_SUFX=	.tar.bz2
 
 MAINTAINER=	kamelderouiche%yahoo.com@localhost
 HOMEPAGE=	https://github.com/conda/conda
 COMMENT=	Package management tool
 LICENSE=	modified-bsd
 
+DEPENDS+=    	${PYPKGPREFIX}-requests>=2.7.0:../../devel/py-requests
+DEPENDS+=    	${PYPKGPREFIX}-yaml>=3.11:../../textproc/py-yaml
+DEPENDS+=	${PYPKGPREFIX}-conda-env>=2.4.2:../../wip/py-conda-env
+DEPENDS+=	${PYPKGPREFIX}-cosat>=0.6.1:../../wip/py-cosat
+
 USE_LANGUAGES=	# none
 
-PLIST_SUBST+=	PYVERSSUFFIX=${PYVERSSUFFIX}
+PYDISTUTILSPKG= yes
 
-post-extract:
-	${MV} ${WRKSRC}/bin/conda ${WRKSRC}/bin/conda${PYVERSSUFFIX}
+do-test:
+	${RUN} cd ${WRKSRC}; ${SETENV} ${TEST_ENV} ${PYTHONBIN} runtests.sh
 
-.include "../../lang/python/egg.mk"
+.include "../../lang/python/extension.mk"
 .include "../../mk/bsd.pkg.mk"
diff --git a/py-conda/PLIST b/py-conda/PLIST
index 5c08f4a..bb45cac 100644
--- a/py-conda/PLIST
+++ b/py-conda/PLIST
@@ -1,10 +1,5 @@
-@comment $NetBSD: PLIST,v 1.1 2014/10/04 21:41:46 jihbed Exp $
-bin/conda2.7
-${PYSITELIB}/${EGG_INFODIR}/PKG-INFO
-${PYSITELIB}/${EGG_INFODIR}/SOURCES.txt
-${PYSITELIB}/${EGG_INFODIR}/dependency_links.txt
-${PYSITELIB}/${EGG_INFODIR}/requires.txt
-${PYSITELIB}/${EGG_INFODIR}/top_level.txt
+@comment $NetBSD$
+bin/conda
 ${PYSITELIB}/conda/__init__.py
 ${PYSITELIB}/conda/__init__.pyc
 ${PYSITELIB}/conda/__init__.pyo
@@ -74,6 +69,9 @@ ${PYSITELIB}/conda/cli/main_package.pyo
 ${PYSITELIB}/conda/cli/main_remove.py
 ${PYSITELIB}/conda/cli/main_remove.pyc
 ${PYSITELIB}/conda/cli/main_remove.pyo
+${PYSITELIB}/conda/cli/main_run.py
+${PYSITELIB}/conda/cli/main_run.pyc
+${PYSITELIB}/conda/cli/main_run.pyo
 ${PYSITELIB}/conda/cli/main_search.py
 ${PYSITELIB}/conda/cli/main_search.pyc
 ${PYSITELIB}/conda/cli/main_search.pyo
@@ -98,6 +96,9 @@ ${PYSITELIB}/conda/connection.pyo
 ${PYSITELIB}/conda/console.py
 ${PYSITELIB}/conda/console.pyc
 ${PYSITELIB}/conda/console.pyo
+${PYSITELIB}/conda/exceptions.py
+${PYSITELIB}/conda/exceptions.pyc
+${PYSITELIB}/conda/exceptions.pyo
 ${PYSITELIB}/conda/fetch.py
 ${PYSITELIB}/conda/fetch.pyc
 ${PYSITELIB}/conda/fetch.pyo
@@ -107,6 +108,9 @@ ${PYSITELIB}/conda/history.pyo
 ${PYSITELIB}/conda/install.py
 ${PYSITELIB}/conda/install.pyc
 ${PYSITELIB}/conda/install.pyo
+${PYSITELIB}/conda/instructions.py
+${PYSITELIB}/conda/instructions.pyc
+${PYSITELIB}/conda/instructions.pyo
 ${PYSITELIB}/conda/lock.py
 ${PYSITELIB}/conda/lock.pyc
 ${PYSITELIB}/conda/lock.pyo
@@ -119,6 +123,9 @@ ${PYSITELIB}/conda/misc.pyo
 ${PYSITELIB}/conda/packup.py
 ${PYSITELIB}/conda/packup.pyc
 ${PYSITELIB}/conda/packup.pyo
+${PYSITELIB}/conda/pip.py
+${PYSITELIB}/conda/pip.pyc
+${PYSITELIB}/conda/pip.pyo
 ${PYSITELIB}/conda/plan.py
 ${PYSITELIB}/conda/plan.pyc
 ${PYSITELIB}/conda/plan.pyo
@@ -137,6 +144,12 @@ ${PYSITELIB}/conda/resolve.pyo
 ${PYSITELIB}/conda/share.py
 ${PYSITELIB}/conda/share.pyc
 ${PYSITELIB}/conda/share.pyo
+${PYSITELIB}/conda/signature.py
+${PYSITELIB}/conda/signature.pyc
+${PYSITELIB}/conda/signature.pyo
+${PYSITELIB}/conda/toposort.py
+${PYSITELIB}/conda/toposort.pyc
+${PYSITELIB}/conda/toposort.pyo
 ${PYSITELIB}/conda/utils.py
 ${PYSITELIB}/conda/utils.pyc
 ${PYSITELIB}/conda/utils.pyo
diff --git a/py-conda/distinfo b/py-conda/distinfo
index 1258961..ebe33ba 100644
--- a/py-conda/distinfo
+++ b/py-conda/distinfo
@@ -1,6 +1,5 @@
 $NetBSD: distinfo,v 1.1 2014/10/04 21:41:46 jihbed Exp $
 
-SHA1 (conda-3.5.0.tar.gz) = e268e6e606cb781d6039cb5c9a5ec700aec8a3b4
-RMD160 (conda-3.5.0.tar.gz) = ed0550d580147ae15aaf58b09e96935a6b13f5e1
-Size (conda-3.5.0.tar.gz) = 128909 bytes
-SHA1 (patch-setup.py) = 9492862d1658e11bb8a458acb02979361c89b89d
+SHA1 (conda-3.17.0.tar.bz2) = 1d15db2a28a05d682aca8069716052f633483a7b
+RMD160 (conda-3.17.0.tar.bz2) = 72d70a3a8105a0992093f26a20e463d62597cc19
+Size (conda-3.17.0.tar.bz2) = 138681 bytes
diff --git a/py-conda/patches/patch-setup.py b/py-conda/patches/patch-setup.py
deleted file mode 100644
index 6a86cf5..0000000
--- a/py-conda/patches/patch-setup.py
+++ /dev/null
@@ -1,21 +0,0 @@
-$NetBSD: patch-setup.py,v 1.1 2014/10/04 21:41:46 jihbed Exp $
-
---- setup.py.orig	2014-10-04 22:32:19.000000000 +0100
-+++ setup.py	2014-10-04 22:34:18.000000000 +0100
-@@ -42,7 +42,7 @@
-     kwds['entry_points'] = dict(console_scripts =
-                                         ["conda = conda.cli.main:main"])
- else:
--    kwds['scripts'].append('bin/conda')
-+    kwds['scripts'].append('bin/conda'+sys.version[0:3])
- 
- if add_activate:
-     if sys.platform == 'win32':
-@@ -53,7 +53,6 @@
- setup(
-     name = "conda",
-     version='3.5.0',
--    
-     author = "Continuum Analytics, Inc.",
-     author_email = "ilan%continuum.io@localhost",
-     url = "https://github.com/conda/conda";,
diff --git a/py-cosat/DESCR b/py-cosat/DESCR
new file mode 100644
index 0000000..f4c5c70
--- /dev/null
+++ b/py-cosat/DESCR
@@ -0,0 +1,6 @@
+PicoSAT is a popular SAT solver written by Armin Biere in pure C.
+This package provides efficient Python bindings to picosat on the
+C level, i.e. when importing pycosat, the picosat solver becomes
+part of the Python process itself. For ease of deployment, the
+picosat source (namely picosat.c and picosat.h) is included in
+this project
diff --git a/py-cosat/Makefile b/py-cosat/Makefile
new file mode 100644
index 0000000..63760e9
--- /dev/null
+++ b/py-cosat/Makefile
@@ -0,0 +1,21 @@
+# $NetBSD$
+
+DISTNAME=	pycosat-0.6.1
+PKGNAME=	${PYPKGPREFIX}-${DISTNAME:S/py//}
+CATEGORIES=	math
+MASTER_SITES=	https://pypi.python.org/packages/source/p/pycosat/
+
+MAINTAINER=	jihbed.research%gmail.com@localhost
+HOMEPAGE=	https://github.com/ContinuumIO/pycosat
+COMMENT=	bindings to picosat (a SAT solver)
+LICENSE=	mit
+
+WRKSRC=	${WRKDIR}/pycosat-0.6.1
+
+PYDISTUTILSPKG=	yes
+
+do-test:
+	${RUN} cd ${WRKSRC}; ${SETENV} ${TEST_ENV} ${PYTHONBIN} test_pycosat.py
+
+.include "../../lang/python/extension.mk"
+.include "../../mk/bsd.pkg.mk"
diff --git a/py-cosat/PLIST b/py-cosat/PLIST
new file mode 100644
index 0000000..50af46d
--- /dev/null
+++ b/py-cosat/PLIST
@@ -0,0 +1,5 @@
+@comment $NetBSD$
+${PYSITELIB}/pycosat.so
+${PYSITELIB}/test_pycosat.py
+${PYSITELIB}/test_pycosat.pyc
+${PYSITELIB}/test_pycosat.pyo
diff --git a/py-cosat/distinfo b/py-cosat/distinfo
new file mode 100644
index 0000000..edcf83a
--- /dev/null
+++ b/py-cosat/distinfo
@@ -0,0 +1,5 @@
+$NetBSD$
+
+SHA1 (pycosat-0.6.1.tar.gz) = caf681b7e57d0bd0a7132175bdcf5f9846c48fb7
+RMD160 (pycosat-0.6.1.tar.gz) = e9e83f2e76620095b89fd2801f1b0abbf78b5726
+Size (pycosat-0.6.1.tar.gz) = 59270 bytes



Home | Main Index | Thread Index | Old Index