From 4378e6192c3bb0aeb680ca0ab6ead2ac82b849de Mon Sep 17 00:00:00 2001 From: Sunpoet Po-Chuan Hsieh Date: Thu, 29 Mar 2018 20:08:58 +0000 Subject: [PATCH] Mark BROKEN, DEPRECATED and set EXPIRATION_DATE to 2018-04-30 --- lang/py-clojure_py/Makefile | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/lang/py-clojure_py/Makefile b/lang/py-clojure_py/Makefile index 9d52056d46a5..8e6c928857d5 100644 --- a/lang/py-clojure_py/Makefile +++ b/lang/py-clojure_py/Makefile @@ -12,6 +12,10 @@ COMMENT= Implementation of Clojure in Python LICENSE= EPL +BROKEN= does not build with latest setuptools (39.0.1) +DEPRECATED= Upstream disappeared +EXPIRATION_DATE=2018-04-30 + USES= python:2.7 USE_PYTHON= distutils autoplist NO_ARCH= yes