Port details |
- shedskin Restricted Python-to-C++ compiler
- 0.9.10 devel
=2 0.9.9Version of this port present on the latest quarterly branch. - Maintainer: yuri@FreeBSD.org
 - Port Added: 2016-08-05 09:10:04
- Last Update: 2025-01-08 21:55:36
- Commit Hash: 6a01220
- People watching this port, also watch:: jdictionary, py311-Automat, py311-python-gdsii, py39-PyOpenGL, p5-Sane
- Also Listed In: python
- License: GPLv3
- WWW:
- https://shedskin.github.io/
- Description:
- Shed Skin is a transpiler, that can translate pure, but implicitly statically
typed Python 3 programs into optimized C++. It can generate stand-alone
programs or extension modules that can be imported and used in larger Python
programs.
¦ ¦ ¦ ¦ 
- 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:
-
- shed-skin>0:devel/shedskin
- To install the port:
- cd /usr/ports/devel/shedskin/ && make install clean
- To add the package, run one of these commands:
- pkg install devel/shedskin
- pkg install shed-skin
NOTE: If this package has multiple flavors (see below), then use one of them instead of the name specified above.- PKGNAME: shed-skin
- Package flavors (<flavor>: <package>)
- distinfo:
- TIMESTAMP = 1736369792
SHA256 (shedskin-shedskin-v0.9.10_GH0.tar.gz) = f67333b0d3aa0597b5258aef7e7c7486d690def0a6a0b8680e6302bef88ccc79
SIZE (shedskin-shedskin-v0.9.10_GH0.tar.gz) = 3018861
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:
-
- py311-poetry-core>0 : devel/py-poetry-core@py311
- python3.11 : lang/python311
- py311-build>=0 : devel/py-build@py311
- py311-installer>=0 : devel/py-installer@py311
- Test dependencies:
-
- py311-pytest>=7,1 : devel/py-pytest@py311
- python3.11 : lang/python311
- Runtime dependencies:
-
- boehm-gc>0 : devel/boehm-gc
- pcre>0 : devel/pcre
- python3.11 : lang/python311
- There are no ports dependent upon this port
Configuration Options:
- No options to configure
- Options name:
- devel_shedskin
- 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 |
0.9.10 08 Jan 2025 21:55:36
    |
Yuri Victorovich (yuri)  |
devel/shedskin: update 0.9.9 → 0.9.10 |
0.9.9 23 Jun 2024 09:33:46
    |
Yuri Victorovich (yuri)  |
devel/shedskin: update 0.9.8 → 0.9.9
Reported by: portscout |
0.9.8 27 May 2024 18:54:42
    |
Yuri Victorovich (yuri)  |
devel/shedskin: New port: Restricted Python-to-C++ compiler |
0.9.4_4 10 Jan 2020 20:59:19
  |
rene  |
Remove expired ports:
2020-01-10 astro/viking: Depends on broken and expiring graphics/mapnik
2020-01-10 audio/slv2: Broken for more than 5 months
2020-01-10 audio/triceratops-lv2: Broken for more than 5 months
2020-01-10 cad/brickutils: Broken for more than 3 months, unmaintained
2020-01-10 deskutils/zanshin: Broken for more than 5 months
2020-01-10 devel/elixir-gen_state_machine: Broken for more than 6 months
2020-01-10 devel/elixir-swarm: Depends on broken and expiring
devel/elixir-gen_state_machine
2020-01-10 devel/erlang-clique: Depends on broken and expiring
devel/erlang-cuttlefish
2020-01-10 devel/erlang-gen_rpc: Broken for more than 6 months
2020-01-10 devel/erlang-msgpack: Broken for more than 6 months
2020-01-10 devel/ocaml-deriving-ocsigen: Broken for more than 6 months
2020-01-10 devel/p5-rpm-build-perl: Broken for more than 7 months
2020-01-10 devel/shedskin: Broken for more than 3 months, unmaintained (Only the first 15 lines of the commit message are shown above ) |
0.9.4_4 10 Dec 2019 09:02:43
  |
antoine  |
Deprecate ports broken for too long |
0.9.4_4 19 Sep 2019 06:08:10
  |
antoine  |
Mark BROKEN: checksum mismatch
Reported by: pkg-fallout |
0.9.4_4 31 Aug 2018 18:27:14
  |
fernape  |
devel/boehm-gc: update to 7.6.8
ChangeLog: https://github.com/ivmai/bdwgc/releases/tag/v7.6.8
* Giving maintainership to yasu@utahime.org
* Bumping PORTREVISION for dependent ports
PR: 230577
Submitted by: yasu@utahime.org
Approved by: tcberner (mentor)
Differential Revision: https://reviews.freebsd.org/D16704 |
0.9.4_3 01 Jun 2018 10:16:42
  |
cpm  |
Bump PORTREVISION due upgrade of devel/boehm-gc to 7.6.6
PR: 228597
Approved by: portmgr (antoine) |
0.9.4_2 10 Mar 2018 11:22:59
  |
cpm  |
Bump PORTREVISION due upgrade of devel/boehm-gc to 7.6.4
PR: 225560
Submitted by: Yasuhiro KIMURA <yasu@utahime@org>
Reviewed by: cpm
Approved by: portmgr (antoine) |
0.9.4_1 19 Feb 2018 11:10:43
  |
antoine  |
Reduce dependency on the python2 metaport
PR: 225752
Submitted by: Yasuhiro KIMURA |
0.9.4 05 Aug 2016 09:09:56
  |
danfe  |
Add a port of Shed Skin, an experimental compiler that can translate pure,
but implicitly statically typed Python programs into optimized C++.
While here, sort entries in `devel/Makefile' (once again).
PR: 211572 |