aboutsummaryrefslogtreecommitdiffstats
path: root/devel/Makefile
diff options
context:
space:
mode:
authorjbeich <jbeich@FreeBSD.org>2016-10-28 05:18:32 +0800
committerjbeich <jbeich@FreeBSD.org>2016-10-28 05:18:32 +0800
commit03eff28106326915e6c9d7cc7726d68ea631da69 (patch)
treef846832beb2305117a0d183b23fd26fc78577d5e /devel/Makefile
parent7fa6fccfee539121fdfcb0595a9881774009fd6c (diff)
downloadfreebsd-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/Makefile1
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