Port details |
- py-serpent Simple serialization library based on ast.literal_eval
- 1.28 devel
=0 1.28Version of this port present on the latest quarterly branch. - Maintainer: rm@FreeBSD.org
 - Port Added: 2013-08-29 15:40:01
- Last Update: 2021-04-07 08:09:01
- Commit Hash: cf118cc
- Also Listed In: python
- License: MIT
- Description:
- Serpent is a simple serialization library based on ast.literal_eval.
Because it only serializes literals and recreates the objects using
ast.literal_eval(), the serialized data is safe to transport to other
machines (over the network for instance) and de-serialize it there.
WWW: https://pypi.org/project/serpent/
- SVNWeb : git : Homepage
- pkg-plist: as obtained via:
make generate-plist - There is no configure plist information for this port.
- Dependency lines:
-
- ${PYTHON_PKGNAMEPREFIX}serpent>0:devel/py-serpent@${PY_FLAVOR}
- To install the port:
- cd /usr/ports/devel/py-serpent/ && make install clean
- To add the package, run one of these commands:
- pkg install devel/py-serpent
- pkg install py38-serpent
NOTE: This is a Python port. Instead of py38-serpent listed in the above command, you can pick from the names under the Packages section.- PKGNAME: py38-serpent
- Package flavors (<flavor>: <package>)
- distinfo:
- TIMESTAMP = 1572814007
SHA256 (serpent-1.28.tar.gz) = f306336ca09aa38e526f3b03cab58eb7e45af09981267233167bcf3bfd6436ab
SIZE (serpent-1.28.tar.gz) = 26912
- 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:
-
- py38-setuptools>0 : devel/py-setuptools@py38
- python3.8 : lang/python38
- Runtime dependencies:
-
- py38-setuptools>0 : devel/py-setuptools@py38
- python3.8 : lang/python38
- This port is required by:
- for Run
-
- devel/py-pyro
- Configuration Options:
- No options to configure
- Options name:
- devel_py-serpent
- USES:
- python:3.6+
- FreshPorts was unable to extract/find any pkg message
- Master Sites:
|
Commit History - (may be incomplete: see SVNWeb link above for full details) |
Date | By | Description |
07 Apr 2021 08:09:01 1.28
|
Mathieu Arnold (mat)  |
One more small cleanup, forgotten yesterday.
Reported by: lwhsu |
06 Apr 2021 14:31:07 1.28
|
Mathieu Arnold (mat)  |
Remove # $FreeBSD$ from Makefiles. |
28 Dec 2020 23:02:15
1.28
|
antoine  |
Drop python 2.7 support from a few ports
With hat: portmgr |
03 Nov 2019 21:00:50
1.28
|
rm  |
devel/py-serpent: update to 1.28 |
02 Sep 2018 10:32:53
1.27
|
rm  |
devel/py-serpent: update to 1.27
PR: 230581
Submitted by: Nathan <ndowens@yahoo.com> |
10 Jul 2018 16:59:23
1.25
|
rm  |
devel/py-serpent: update to 1.25 |
25 Apr 2018 16:42:38
1.24
|
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 |
15 Mar 2018 21:26:27
1.24
|
rm  |
devel/py-serpent: update to 1.24 |
29 Dec 2017 09:01:54
1.23 
|
antoine  |
Simplify some USES=python
With hat: portmgr |
14 Jul 2017 20:17:37
1.23
|
rm  |
devel/py-serpent: update to 1.23 |
23 Apr 2017 16:09:41
1.19
|
rm  |
devel/py-serpent: update to 1.19 |
23 Feb 2017 09:50:42
1.18.1
|
rm  |
devel/py-serpent: update to 1.18.1 |
18 Feb 2017 19:14:43
1.17
|
rm  |
devel/py-serpent: update to 1.17 |
13 Jan 2017 20:10:49
1.16
|
rm  |
devel/py-serpent: update to 1.16 |
11 Oct 2016 11:16:47
1.15
|
rm  |
devel/py-serpent: update to 1.15 |
21 Aug 2016 16:29:41
1.13
|
rm  |
devel/py-serpent: update to 1.13 |
13 Mar 2016 18:58:36
1.12
|
rm  |
devel/py-serpent: update to 1.12 |
13 Aug 2015 19:33:03
1.11
|
rm  |
devel/py-serpent: update to 1.11 |
01 May 2015 18:07:42
1.10
|
rm  |
devel/py-serpent: update to 1.10 |
02 Apr 2015 18:31:52
1.9
|
rm  |
devel/py-serpent: update to 1.9 |
17 Jan 2015 22:43:01
1.8
|
rm  |
devel/py-serpent: update to 1.8 |
28 Sep 2014 18:19:13
1.7
|
rm  |
devel/py-serpent: update to 1.7; convert to USES |
08 Jul 2014 06:20:37
1.6
|
rm  |
devel/py-serpent: update to 1.6 |
18 Apr 2014 20:12:30
1.5
|
rm  |
devel/py-serpent: update to 1.5 |
19 Feb 2014 08:07:35
1.3_1
|
miwi  |
- Stage support
- Convert to autoplist
- Bump PORTREVISION |
20 Nov 2013 20:51:25
1.3
|
sunpoet  |
- Update WWW:
- http://cheeseshop.python.org/ -> https://pypi.python.org/
- http://pypi.python.org/ -> https://pypi.python.org/
With hat: python
Approved by: bapt (portmgr) |
20 Sep 2013 17:13:47
1.3
|
bapt  |
Add NO_STAGE all over the place in preparation for the staging support (cat:
devel part 3) |
29 Aug 2013 15:39:49
1.3
|
rm  |
Serpent is a simple serialization library based on ast.literal_eval.
Because it only serializes literals and recreates the objects using
ast.literal_eval(), the serialized data is safe to transport to other
machines (over the network for instance) and de-serialize it there.
WWW: http://pypi.python.org/pypi/serpent |