@ -20,7 +20,6 @@ PKG_LICENSE_FILES:=LICENSE
i n c l u d e . . / p y p i . m k
i n c l u d e $( INCLUDE_DIR ) / p a c k a g e . m k
i n c l u d e . . / p y t h o n - p a c k a g e . m k
i n c l u d e . . / p y t h o n 3 - p a c k a g e . m k
d e f i n e P a c k a g e / g u n i c o r n / D e f a u l t
@ -31,21 +30,6 @@ define Package/gunicorn/Default
URL:= https://gunicorn.org
e n d e f
d e f i n e P a c k a g e / p y t h o n - g u n i c o r n
$( call Package /gunicorn /Default )
DEPENDS:= +python
VARIANT:= python
e n d e f
d e f i n e P a c k a g e / p y t h o n - g u n i c o r n / d e s c r i p t i o n
WSGI HTTP Server for UNIX ( libraries)
e n d e f
d e f i n e P y P a c k a g e / p y t h o n - g u n i c o r n / f i l e s p e c
+ | $( PYTHON_PKG_DIR )
- | $( PYTHON_PKG_DIR ) / g u n i c o r n / w o r k e r s / _ g a i o h t t p . p y
e n d e f
d e f i n e P a c k a g e / p y t h o n 3 - g u n i c o r n
$( call Package /gunicorn /Default )
DEPENDS:= +python3
@ -53,43 +37,24 @@ $(call Package/gunicorn/Default)
e n d e f
d e f i n e P a c k a g e / p y t h o n 3 - g u n i c o r n / d e s c r i p t i o n
$( call Package /python -gunicorn /description )
WSGI HTTP Server for UNIX ( libraries )
.
( V a r i a n t f o r P y t h o n 3 )
e n d e f
# Make sure that the binaries are not installed with the libraries
# That means adding some empty Py[3]Package/gunicorn[3]/install rules
d e f i n e P y P a c k a g e / p y t h o n - g u n i c o r n / i n s t a l l
:
e n d e f
# That means adding some empty Py3Package/gunicorn3/install rules
d e f i n e P y 3 P a c k a g e / p y t h o n 3 - g u n i c o r n / i n s t a l l
:
e n d e f
d e f i n e P a c k a g e / g u n i c o r n
$( call Package /gunicorn /Default )
DEPENDS:= +python +python-pkg-resources +python-gunicorn
e n d e f
d e f i n e P a c k a g e / g u n i c o r n / d e s c r i p t i o n
WSGI HTTP Server for UNIX ( daemon)
e n d e f
d e f i n e P a c k a g e / g u n i c o r n / i n s t a l l
$( INSTALL_DIR) $( 1) /usr/bin
$( INSTALL_BIN) $( PKG_INSTALL_DIR) /usr/bin/* $( 1) /usr/bin/
$( call PyShebang,$( 1) /usr/bin/*)
e n d e f
d e f i n e P a c k a g e / g u n i c o r n 3
$( call Package /gunicorn /Default )
DEPENDS:= +python3 +python3-pkg-resources +python3-gunicorn
e n d e f
d e f i n e P a c k a g e / g u n i c o r n 3 / d e s c r i p t i o n
$( call Package /gunicorn /description )
WSGI HTTP Server for UNIX ( daemon)
.
( V a r i a n t f o r P y t h o n 3 )
e n d e f
@ -105,11 +70,6 @@ define Package/gunicorn3/install
$( call Py3Shebang,$( 1) /usr/bin/*)
e n d e f
$( eval $ ( call PyPackage ,python -gunicorn ) )
$( eval $ ( call BuildPackage ,python -gunicorn ) )
$( eval $ ( call BuildPackage ,python -gunicorn -src ) )
$( eval $ ( call BuildPackage ,gunicorn ) )
$( eval $ ( call Py 3Package ,python 3-gunicorn ) )
$( eval $ ( call BuildPackage ,python 3-gunicorn ) )
$( eval $ ( call BuildPackage ,python 3-gunicorn -src ) )