This is the mail archive of the cygwin-apps mailing list for the Cygwin project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

Re: [ITP] calm - cygwin package server tools


On 7/1/2016 9:04 AM, Jon Turney wrote:

This package contains:

* calm - a script which runs on sourceware

* mksetupini - generates a setup.ini file from the setup.hint files for
the packages in the release area, similar to genini

* python3 modules for working with a cygwin package set - these might be
useful for constructing other tools for working with a Cygwin package
server (although there's no guarantee of interface stability at the moment)

cygport file:

https://github.com/jon-turney/calm-cygport/blob/HEAD/calm.cygport

package files:

http://www.dronecode.org.uk/cygwin/noarch/release/calm/

You may find "wget -r -np -nH -R'index*'" convenient for retrieving
these files.

I think you need to package python3-dirq as a prerequisite for calm:

$ mksetupini -h
Traceback (most recent call last):
  File "/usr/bin/mksetupini", line 5, in <module>
    from pkg_resources import load_entry_point
File "/usr/lib/python3.4/site-packages/pkg_resources/__init__.py", line 3070, in <module>
    @_call_aside
File "/usr/lib/python3.4/site-packages/pkg_resources/__init__.py", line 3056, in _call_aside
    f(*args, **kwargs)
File "/usr/lib/python3.4/site-packages/pkg_resources/__init__.py", line 3083, in _initialize_master_working_set
    working_set = WorkingSet._build_master()
File "/usr/lib/python3.4/site-packages/pkg_resources/__init__.py", line 645, in _build_master
    ws.require(__requires__)
File "/usr/lib/python3.4/site-packages/pkg_resources/__init__.py", line 946, in require
    needed = self.resolve(parse_requirements(requirements))
File "/usr/lib/python3.4/site-packages/pkg_resources/__init__.py", line 833, in resolve
    raise DistributionNotFound(req, requirers)
pkg_resources.DistributionNotFound: The 'dirq' distribution was not found and is required by calm

Ken


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]