Port details |
- py-rwt RWT (Run With This) provides on-demand dependency resolution
- 4.4.3 devel
=0 4.4.3Version of this port present on the latest quarterly branch.
- DEPRECATED: Superseded by devel/py-pip-run
This port expired on: 2020-02-29
- Maintainer: sunpoet@FreeBSD.org
- Port Added: 2017-05-18 16:02:47
- Last Update: 2020-02-29 16:47:37
- SVN Revision: 527439
- Also Listed In: python
- License: MIT
- WWW:
- https://github.com/jaraco/rwt
- Description:
- RWT (Run With This) provides on-demand dependency resolution.
- Allows declaration of dependencies at runtime. - Downloads missing
dependencies and makes their packages available for import.
- Installs packages to a special staging location such that they're not
installed after the process exits.
- Relies on pip to cache downloads of such packages for reuse.
- Supersedes installed packages when required.
- Relies on packages already satisfied.
- Re-uses the pip tool chain for package installation and pkg_resources for
working set management.
WWW: https://pypi.org/project/rwt/
WWW: https://github.com/jaraco/rwt
-
cgit ¦ GitHub ¦ GitHub ¦ GitLab ¦
- 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}rwt>0:devel/py-rwt@${PY_FLAVOR}
- No installation instructions:
- This port has been deleted.
- PKGNAME: py37-rwt
- Package flavors (<flavor>: <package>)
- py37: py37-rwt
- py27: py27-rwt
- distinfo:
- TIMESTAMP = 1581238148
SHA256 (rwt-4.4.3.tar.gz) = 8ee513d6e3fafd9d6d0a723e38b4b8d789c72cf9ebed4de0d3e5c45efd8947a4
SIZE (rwt-4.4.3.tar.gz) = 14920
No package information for this port in our database- Sometimes this happens. Not all ports have packages. Perhaps there is a build error. Check the fallout link:
- Dependencies
- NOTE: FreshPorts displays only information on required and default dependencies. Optional dependencies are not covered.
- Build dependencies:
-
- py37-setuptools_scm>=1.15.0 : devel/py-setuptools_scm@py37
- py37-setuptools>0 : devel/py-setuptools@py37
- python3.7 : lang/python37
- Runtime dependencies:
-
- py37-pip>=0 : devel/py-pip@py37
- py37-setuptools>0 : devel/py-setuptools@py37
- python3.7 : lang/python37
- There are no ports dependent upon this port
Configuration Options:
- No options to configure
- Options name:
- N/A
- 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 |
4.4.3 29 Feb 2020 16:47:37 |
sunpoet |
Remove expired devel/py-rwt |
4.4.3 09 Feb 2020 09:45:14 |
sunpoet |
Update to 4.4.3
- Mark DEPRECATED and set EXPIRATION_DATE to 2020-02-29
Changes: https://github.com/jaraco/rwt/blob/master/CHANGES.rst |
4.4.2_1 10 Apr 2019 06:18:32 |
antoine |
Bump a few PORTREVISIONs after r498529
With hat: portmgr |
4.4.2 16 Oct 2018 20:04:28 |
sunpoet |
Update to 4.4.2
Changes: https://github.com/jaraco/rwt/blob/master/CHANGES.rst |
4.4.1 10 Oct 2018 19:09:44 |
sunpoet |
Update to 4.4.1
Changes: https://github.com/jaraco/rwt/blob/master/CHANGES.rst |
4.4 30 Sep 2018 19:42:05 |
sunpoet |
Update to 4.4
Changes: https://github.com/jaraco/rwt/blob/master/CHANGES.rst |
4.3 26 Sep 2018 19:18:21 |
sunpoet |
Update to 4.3
Changes: https://github.com/jaraco/rwt/blob/master/CHANGES.rst |
4.1 29 Jul 2018 19:17:02 |
sunpoet |
Update to 4.0
- Add LICENSE_FILE
Changes: https://github.com/jaraco/rwt/blob/master/CHANGES.rst |
3.2 20 Jun 2018 17:05:44 |
mat |
Use PY_FLAVOR for dependencies.
FLAVOR is the current port's flavor, it should not be used outside of
this scope.
Sponsored by: Absolight |
3.2 25 Apr 2018 16:42:38 |
amdmi3 |
Switch all pypi.python.org WWWs to a new PyPi home pypi.org where
they now redirect to anyway. All new urls checked to return 200,
I've fixed a couple of them in the process.
Approved by: portmgr blanket, mat |
3.2 03 Feb 2018 06:21:32 |
sunpoet |
Update to 3.2
- Add TEST_DEPENDS
Changes: https://github.com/jaraco/rwt/blob/master/CHANGES.rst |
3.1 03 Dec 2017 20:36:26 |
sunpoet |
Sort USE_PYTHON |
3.1 30 Nov 2017 15:50:34 |
mat |
Convert Python ports to FLAVORS.
Ports using USE_PYTHON=distutils are now flavored. They will
automatically get flavors (py27, py34, py35, py36) depending on what
versions they support.
There is also a USE_PYTHON=flavors for ports that do not use distutils
but need FLAVORS to be set. A USE_PYTHON=noflavors can be set if
using distutils but flavors are not wanted.
A new USE_PYTHON=optsuffix that will add PYTHON_PKGNAMESUFFIX has been
added to cope with Python ports that did not have the Python
PKGNAMEPREFIX but are flavored.
USES=python now also exports a PY_FLAVOR variable that contains the (Only the first 15 lines of the commit message are shown above ) |
3.1 18 Nov 2017 14:17:21 |
sunpoet |
Update to 3.1
Changes: https://github.com/jaraco/rwt/blob/master/CHANGES.rst |
3.0 25 Jul 2017 16:21:46 |
sunpoet |
Update to 3.0
- Allow concurrent installation (USE_PYTHON=concurrent)
Changes: https://github.com/jaraco/rwt/blob/master/CHANGES.rst |
2.15.1 18 May 2017 16:02:38 |
sunpoet |
Add py-rwt 2.15.1
RWT (Run With This) provides on-demand dependency resolution.
- Allows declaration of dependencies at runtime. - Downloads missing
dependencies and makes their packages available for import.
- Installs packages to a special staging location such that they're not
installed after the process exits.
- Relies on pip to cache downloads of such packages for reuse.
- Supersedes installed packages when required.
- Relies on packages already satisfied.
- Re-uses the pip tool chain for package installation and pkg_resources for
working set management.
WWW: https://pypi.python.org/pypi/rwt
WWW: https://github.com/jaraco/rwt |