1 # This file and its contents are supplied under the terms of the
2 # Common Development and Distribution License ("CDDL"). You may
3 # only use this file in accordance with the terms of the CDDL.
5 # A full copy of the text of the CDDL should have accompanied this
6 # source. A copy of the CDDL is also available via the Internet at
7 # http://www.illumos.org/license/CDDL.
11 # Copyright 2016 Adam Stevko
14 include ..
/..
/..
/make-rules
/shared-macros.mk
16 COMPONENT_NAME
= Elixir
17 COMPONENT_VERSION
= 0.7.1
19 COMPONENT_SUMMARY
= Declarative Mapper for SQLAlchemy
20 COMPONENT_PROJECT_URL
= http
://elixir.ematia.de
/trac
/wiki
21 COMPONENT_FMRI
= library
/python
/elixir
22 COMPONENT_CLASSIFICATION
=Development
/Python
23 COMPONENT_SRC
= $(COMPONENT_NAME
)-$(COMPONENT_VERSION
)
24 COMPONENT_ARCHIVE
= $(COMPONENT_SRC
).
tar.gz
25 COMPONENT_ARCHIVE_URL
= https
://pypi.python.org
/packages
/3d
/8d
/0009e2a623849894131f258529fe3a818c5734f7a9892f8721d99bd5cc31
/$(COMPONENT_ARCHIVE
)
26 COMPONENT_ARCHIVE_HASH
= sha256
:a7ef437f25b544e4f74fb3236fc43cd25f5d6feb6037dd7c66931046d75439e9
27 COMPONENT_LICENSE
= MIT
29 include $(WS_MAKE_RULES
)/prep.mk
30 include $(WS_MAKE_RULES
)/setup.py.mk
31 include $(WS_MAKE_RULES
)/ips.mk
35 build
: $(BUILD_NO_ARCH
)
37 install: $(INSTALL_NO_ARCH
)
41 REQUIRED_PACKAGES
+= runtime
/python-27