diff options
Diffstat (limited to 'devel/py-instant')
-rw-r--r-- | devel/py-instant/Makefile | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/devel/py-instant/Makefile b/devel/py-instant/Makefile index d7d22d3ac00c..912b0296736f 100644 --- a/devel/py-instant/Makefile +++ b/devel/py-instant/Makefile @@ -13,6 +13,9 @@ COMMENT= Python module for instant inlining of C and C++ code in Python LICENSE= LGPL3 +DEPRECATED= Uses deprecated version of python +EXPIRATION_DATE= 2020-08-15 + RUN_DEPENDS= swig3.0:devel/swig30 USES= python:2.7 |