diff options
author | jbeich <jbeich@FreeBSD.org> | 2016-10-28 05:18:32 +0800 |
---|---|---|
committer | jbeich <jbeich@FreeBSD.org> | 2016-10-28 05:18:32 +0800 |
commit | 03eff28106326915e6c9d7cc7726d68ea631da69 (patch) | |
tree | f846832beb2305117a0d183b23fd26fc78577d5e /devel/Makefile | |
parent | 7fa6fccfee539121fdfcb0595a9881774009fd6c (diff) | |
download | freebsd-ports-gnome-03eff28106326915e6c9d7cc7726d68ea631da69.tar.gz freebsd-ports-gnome-03eff28106326915e6c9d7cc7726d68ea631da69.tar.zst freebsd-ports-gnome-03eff28106326915e6c9d7cc7726d68ea631da69.zip |
devel/py-atomiclong: add new port
Based on: ports-mgmt/py-pytoport output
AtomicLong was born out of the need for fast thread-safe counters in Python.
Its value is a C long which can be incremented, decremented, and set atomically.
WWW: https://pypi.python.org/pypi/atomiclong
Diffstat (limited to 'devel/Makefile')
-rw-r--r-- | devel/Makefile | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/devel/Makefile b/devel/Makefile index 44f32f393dec..156281240a7f 100644 --- a/devel/Makefile +++ b/devel/Makefile @@ -4014,6 +4014,7 @@ SUBDIR += py-aspyct SUBDIR += py-astroid SUBDIR += py-asyncio + SUBDIR += py-atomiclong SUBDIR += py-atomicwrites SUBDIR += py-attrs SUBDIR += py-avro |