Port details |
- py-aws-lambda-builders Python library to compile, build and package AWS Lambda functions
- 1.45.0 devel =2 1.45.0Version of this port present on the latest quarterly branch.
- Maintainer: nork@FreeBSD.org
- Port Added: 2022-10-09 03:09:10
- Last Update: 2024-01-08 13:46:07
- Commit Hash: 097f797
- People watching this port, also watch:: jdictionary, py311-Automat, py311-python-gdsii, py39-PyOpenGL, p5-Sane
- Also Listed In: python
- License: APACHE20
- WWW:
- https://pypi.org/project/aws-lambda-builders/
- Description:
- Lambda Builders is a Python library to compile, build and package AWS Lambda
functions for several runtimes & frameworks.
Lambda Builders currently contains the following workflows
Java with Gradle
Java with Maven
Dotnet with amazon.lambda.tools
Python with Pip
Javascript with Npm
Typescript with esbuild
Ruby with Bundler
Go with Mod
Rust with Cargo
In Addition to above workflows, AWS Lambda Builders also supports Custom
Workflows through a Makefile.
- ¦ ¦ ¦ ¦
- Manual pages:
- FreshPorts has no man page information for this port.
- pkg-plist: as obtained via:
make generate-plist - There is no configure plist information for this port.
- Dependency lines:
-
- ${PYTHON_PKGNAMEPREFIX}aws-lambda-builders>0:devel/py-aws-lambda-builders@${PY_FLAVOR}
- To install the port:
- cd /usr/ports/devel/py-aws-lambda-builders/ && make install clean
- To add the package, run one of these commands:
- pkg install devel/py-aws-lambda-builders
- pkg install py39-aws-lambda-builders
NOTE: If this package has multiple flavors (see below), then use one of them instead of the name specified above. NOTE: This is a Python port. Instead of py39-aws-lambda-builders listed in the above command, you can pick from the names under the Packages section.- PKGNAME: py39-aws-lambda-builders
- Package flavors (<flavor>: <package>)
- py39: py39-aws-lambda-builders
- distinfo:
- TIMESTAMP = 1704463735
SHA256 (aws_lambda_builders-1.45.0.tar.gz) = 5c19a6628eecf21578cd9c521e747f4a2163c62c527cd840b11b62a10b661348
SIZE (aws_lambda_builders-1.45.0.tar.gz) = 95197
Packages (timestamps in pop-ups are UTC):
- Dependencies
- NOTE: FreshPorts displays only information on required and default dependencies. Optional dependencies are not covered.
- Build dependencies:
-
- py39-setuptools>=63.1.0 : devel/py-setuptools@py39
- python3.9 : lang/python39
- Test dependencies:
-
- python3.9 : lang/python39
- Runtime dependencies:
-
- py39-setuptools>=63.1.0 : devel/py-setuptools@py39
- python3.9 : lang/python39
- There are no ports dependent upon this port
Configuration Options:
- No options to configure
- Options name:
- devel_py-aws-lambda-builders
- USES:
- python
- FreshPorts was unable to extract/find any pkg message
- Master Sites:
|
Commit History - (may be incomplete: for full details, see links to repositories near top of page) |
Commit | Credits | Log message |
1.45.0 08 Jan 2024 13:46:07 |
Norikatsu Shigemura (nork) |
devel/py-aws-lambda-builders: Update to 1.45.0
ChangeLogs: https://github.com/aws/aws-lambda-builders/compare/v1.28.0...v1.45.0
Approved by: hrs (mentor) |
1.28.0 27 Jun 2023 19:34:34 |
Rene Ladan (rene) |
all: remove explicit versions in USES=python for "3.x+"
The logic in USES=python will automatically convert this to 3.8+ by
itself.
Adjust two ports that only had Python 3.7 mentioned but build fine
on Python 3.8 too.
finance/quickfix: mark BROKEN with PYTHON
libtool: compile: c++ -DHAVE_CONFIG_H -I. -I../.. -I -I. -I.. -I../.. -I../C++
-DLIBICONV_PLUG -DPYTHON_MAJOR_VERSION=3 -Wno-unused-variable
-Wno-maybe-uninitialized -O2 -pipe -DLIBICONV_PLUG -fstack-protector-strong
-fno-strict-aliasing -DLIBICONV_PLUG -Wall -ansi
-Wno-unused-command-line-argument -Wpointer-arith -Wwrite-strings
-Wno-overloaded-virtual -Wno-deprecated-declarations -Wno-deprecated -std=c++0x
-MT _quickfix_la-QuickfixPython.lo -MD -MP -MF
.deps/_quickfix_la-QuickfixPython.Tpo -c QuickfixPython.cpp -fPIC -DPIC -o
.libs/_quickfix_la-QuickfixPython.o
warning: unknown warning option '-Wno-maybe-uninitialized'; did you mean
'-Wno-uninitialized'? [-Wunknown-warning-option]
QuickfixPython.cpp:175:11: fatal error: 'Python.h' file not found
^~~~~~~~~~
1 warning and 1 error generated.
Reviewed by: portmgr, vishwin, yuri
Differential Revision: <https://reviews.freebsd.org/D40568> |
1.28.0 25 Mar 2023 15:42:23 |
Norikatsu Shigemura (nork) |
devel/py-aws-lambda-builders: Update to 1.28.0
Changelog: https://github.com/aws/aws-lambda-builders/releases/tag/v1.28.0
Approved by: hrs (mentor) |
1.27.0 18 Mar 2023 08:37:46 |
Norikatsu Shigemura (nork) |
devel/py-aws-lambda-builders: Update to 1.27.0
Changelog: https://github.com/aws/aws-lambda-builders/compare/v1.19.0...v1.27.0
Approved by: hrs (mentor) |
1.19.0 23 Feb 2023 08:55:06 |
Norikatsu Shigemura (nork) |
devel/py-aws-lambda-builders: Change MAINTAINERship to myself
Approved by: hrs (mentor) |
1.19.0 11 Jan 2023 15:58:34 |
Dmitry Marakasov (amdmi3) |
*/*: rename CHEESESHOP to PYPI in MASTER_SITES
PR: 267994
Differential revision: D37518
Approved by: bapt |
1.19.0 09 Oct 2022 03:06:48 |
Li-Wen Hsu (lwhsu) Author: Norikatsu Shigemura |
Add devel/py-aws-lambda-builders
Python library to compile, build and package AWS Lambda functions
PR: 266650 |