| Commit message (Collapse) | Author | Age |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
go 1.11 added modules, which are cached locally. The go developers have
decided to make this cache read-only (golang/go#27455), which causes
problems with package clean / autoremove (#7635).
This adds a call to clear this cache right after building, as currently
there is no easy way to hook into autoremove (it may be possible to hook
into package clean).
This also adds whitespace (blank lines) to certain places in make
output, to aid debugging.
Signed-off-by: Jeffery To <jeffery.to@gmail.com>
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
Full changelog at https://github.com/stevedonovan/Penlight/blob/master/CHANGELOG.md#160-2018-11-23
Interesting changes:
* version numbers fixed
* import_into includes everything properly
* more compat with lua 5.1
Includes a switch to codeload to avoid the git cloning and mirror
hashes.
Signed-off-by: Karl Palsson <karlp@etactica.com>
|
|
|
|
|
|
| |
Otherwise, configure may pick up the host system library.
Signed-off-by: Eneas U de Queiroz <cote2004-github@yahoo.com>
|
|
|
|
| |
Signed-off-by: Michael Heimpold <mhei@heimpold.de>
|
|\
| |
| | |
luajit: Switch to versioned releases
|
| |
| |
| |
| |
| |
| | |
Allows to simplify the Makefile
Signed-off-by: Rosen Penev <rosenp@gmail.com>
|
|\ \
| | |
| | | |
luasql: Update to 2.4.0
|
| |/
| |
| |
| |
| |
| |
| |
| | |
Switch to codeload + other adjustments.
Removed nico as he seems to no longer be active.
Signed-off-by: Rosen Penev <rosenp@gmail.com>
|
| |
| |
| | |
Signed-off-by: Rosen Penev <rosenp@gmail.com>
|
|\ \
| | |
| | | |
python-egenix-mx-base: use source distribution
|
| |/
| |
| |
| |
| |
| |
| | |
The zip file distribution did not include the source files, and
downloaded pre-built binaries from the web.
Signed-off-by: Eneas U de Queiroz <cote2004-github@yahoo.com>
|
|\ \
| | |
| | | |
erlang: license corrected
|
| | |
| | |
| | |
| | | |
Signed-off-by: Arnaud Sautaux <arnaud.sautaux@infoteam.ch>
|
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | | |
This was meant to be included in 93d6d1b, but wasn't.
Current version of npm install installs a link to the build directory.
The workaround is to use npm pack to make a tarball and install from
that.
Signed-off-by: Eneas U de Queiroz <cote2004-github@yahoo.com>
|
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | | |
This was meant to be included in 1e0720e, but wasn't.
Current version of npm install installs a link to the build directory.
The workaround is to use npm pack to make a tarball and install from
that.
Signed-off-by: Eneas U de Queiroz <cote2004-github@yahoo.com>
|
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | | |
This was meant to be included in 56fe558, but wasn't.
Current version of npm install installs a link to the build directory.
The workaround is to use npm pack to make a tarball and install from
that.
Signed-off-by: Eneas U de Queiroz <cote2004-github@yahoo.com>
|
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | | |
This was meant to be included in 6ed62c6, but wasn't.
Current version of npm install installs a link to the build directory.
The workaround is to use npm pack to make a tarball and install from
that.
Signed-off-by: Eneas U de Queiroz <cote2004-github@yahoo.com>
|
| |/
|/|
| |
| |
| |
| |
| |
| | |
Changed URL to pythonhosted one.
Some Makefile rearrangements for consistency between packages.
Signed-off-by: Rosen Penev <rosenp@gmail.com>
|
|\ \
| | |
| | | |
Node-{arduino-firmata,cylon,hid,serialport}: fix npm installation
|
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | | |
Get node version from node executable instead of keeping it hardcoded to
the Makefile.
Current version of npm install installs a link to the build directory.
The workaround is to use npm pack to make a tarball and install from
that.
npm also adds useless metadata to package.json exposing
PKG_BUILD_DIR, so it needs to be stripped.
Signed-off-by: Eneas U de Queiroz <cote2004-github@yahoo.com>
|
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | | |
Get node version from node executable instead of keeping it hardcoded to
the Makefile.
Current version of npm install installs a link to the build directory.
The workaround is to use npm pack to make a tarball and install from
that.
npm also adds useless metadata to package.json exposing
PKG_BUILD_DIR, so it needs to be stripped.
Signed-off-by: Eneas U de Queiroz <cote2004-github@yahoo.com>
|
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | | |
Get node version from node executable instead of keeping it hardcoded to
the Makefile.
Current version of npm install installs a link to the build directory.
The workaround is to use npm pack to make a tarball and install from
that.
npm also adds useless metadata to package.json exposing
PKG_BUILD_DIR, so it needs to be stripped.
Signed-off-by: Eneas U de Queiroz <cote2004-github@yahoo.com>
|
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | | |
Get node version from node executable instead of keeping it hardcoded to
the Makefile.
Current version of npm install installs a link to the build directory.
The workaround is to use npm pack to make a tarball and install from
that.
npm also adds useless metadata to package.json exposing
PKG_BUILD_DIR, so it needs to be stripped.
Signed-off-by: Eneas U de Queiroz <cote2004-github@yahoo.com>
|
|\ \ \
| | | |
| | | | |
luasec: Update to 0.7
|
| | | |
| | | |
| | | |
| | | |
| | | |
| | | |
| | | |
| | | | |
Switched to codeload to keep a sane source name.
Backported a few useful patches.
Signed-off-by: Rosen Penev <rosenp@gmail.com>
|
|\ \ \ \
| | | | |
| | | | | |
django-simple-captcha: use PyPackage to build
|
| | |_|/
| |/| |
| | | |
| | | |
| | | |
| | | |
| | | | |
Updated Makefile to use PyPackage, added option to build source package,
and updated PKG_SOURCE_URL.
Signed-off-by: Eneas U de Queiroz <cote2004-github@yahoo.com>
|
|\ \ \ \
| | | | |
| | | | | |
django-webpack-loader: use PyPackage to build
|
| |/ / /
| | | |
| | | |
| | | |
| | | |
| | | |
| | | | |
Updated Makefile to use PyPackage, added option to build source package,
and updated PKG_SOURCE_URL.
Signed-off-by: Eneas U de Queiroz <cote2004-github@yahoo.com>
|
|\ \ \ \
| | | | |
| | | | | |
django-ranged-response: use PyPackage to build
|
| |/ / /
| | | |
| | | |
| | | |
| | | |
| | | |
| | | | |
Updated Makefile to use PyPackage, added option to build source package,
and updated PKG_SOURCE_URL.
Signed-off-by: Eneas U de Queiroz <cote2004-github@yahoo.com>
|
|\ \ \ \
| | | | |
| | | | | |
django-formtools: use PyPackage to build
|
| |/ / /
| | | |
| | | |
| | | |
| | | |
| | | |
| | | | |
Updated Makefile to use PyPackage, added option to build source package,
and updated PKG_SOURCE_URL.
Signed-off-by: Eneas U de Queiroz <cote2004-github@yahoo.com>
|
|\ \ \ \
| | | | |
| | | | | |
pyjwt: Bump to version 1.7.0 -- python-requests-oauthlib: use PyPackage
|
| | | | |
| | | | |
| | | | |
| | | | |
| | | | |
| | | | |
| | | | | |
Updated Makefile to use PyPackage, added option to build source package,
updated PKG_SOURCE_URL, and adpated to python-pyjwt new package name.
Signed-off-by: Eneas U de Queiroz <cote2004-github@yahoo.com>
|
| |/ / /
| | | |
| | | |
| | | |
| | | |
| | | |
| | | |
| | | | |
Version 1.7.0 brings compatibility with python 3.7.
As a result of building a python3 version, the python2 package name was
changed from pyjwt to python-pyjwt.
Signed-off-by: Eneas U de Queiroz <cote2004-github@yahoo.com>
|
|\ \ \ \
| | | | |
| | | | | |
python-requests: use PyPackage to build
|
| |/ / /
| | | |
| | | |
| | | |
| | | |
| | | | |
Updated Makefile to use PyPackage, added option to build source package.
Signed-off-by: Eneas U de Queiroz <cote2004-github@yahoo.com>
|
|\ \ \ \
| | | | |
| | | | | |
python-certifi: Update to 2018.11.29, add python3
|
| |/ / /
| | | |
| | | |
| | | |
| | | |
| | | |
| | | | |
Package was upgraded to current version, and the python3 variant was
added.
Signed-off-by: Eneas U de Queiroz <cote2004-github@yahoo.com>
|
|\ \ \ \
| | | | |
| | | | | |
python-oauthlib: add python3 package
|
| |/ / /
| | | |
| | | |
| | | | |
Signed-off-by: Eneas U de Queiroz <cote2004-github@yahoo.com>
|
|/ / /
| | |
| | |
| | |
| | |
| | | |
Add HOST_BUILD_DEPENDS=python/host
Signed-off-by: Eneas U de Queiroz <cote2004-github@yahoo.com>
|
| | |
| | |
| | |
| | | |
Signed-off-by: Philip Prindeville <philipp@redfish-solutions.com>
|
|\ \ \
| | | |
| | | | |
pytz: Add python/host to BUILD_DEPENDS
|
| | | |
| | | |
| | | |
| | | |
| | | | |
Buildbots occasionally fail because of this. Travis also seems to try to build this before python.
Signed-off-by: Rosen Penev <rosenp@gmail.com>
|
| | | |
| | | |
| | | |
| | | | |
Signed-off-by: Rosen Penev <rosenp@gmail.com>
|
|\ \ \ \
| | | | |
| | | | | |
node-mozilla-iot-gateway: Cleanup init script
|
| | | | |
| | | | |
| | | | |
| | | | |
| | | | |
| | | | |
| | | | | |
Migrates to procd (and fixes actual shutdown of the service) and also avoids
writing log to roots home directory by using system log.
Signed-off-by: Michal Hrusecky <michal.hrusecky@nic.cz>
|
|\ \ \ \ \
| | | | | |
| | | | | | |
lua-wsapi: Update to 1.7
|