Skip to content

Commit

Permalink
Merge pull request #2202 from AndreMiras/remove-superfluous-recipes
Browse files Browse the repository at this point in the history
Remove superfluous recipes fixes #1387
  • Loading branch information
AndreMiras committed May 16, 2020
2 parents 5e90f06 + 8620562 commit e4404c8
Show file tree
Hide file tree
Showing 15 changed files with 1 addition and 158 deletions.
12 changes: 0 additions & 12 deletions pythonforandroid/recipes/cherrypy/__init__.py

This file was deleted.

22 changes: 0 additions & 22 deletions pythonforandroid/recipes/enum34/__init__.py

This file was deleted.

12 changes: 0 additions & 12 deletions pythonforandroid/recipes/gevent-websocket/__init__.py

This file was deleted.

2 changes: 1 addition & 1 deletion pythonforandroid/recipes/gevent/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
class GeventRecipe(CythonRecipe):
version = '1.4.0'
url = 'https://pypi.python.org/packages/source/g/gevent/gevent-{version}.tar.gz'
depends = ['librt', 'greenlet']
depends = ['librt', 'setuptools']
patches = ["cross_compiling.patch"]

def get_recipe_env(self, arch=None, with_flags_in_cc=True):
Expand Down
14 changes: 0 additions & 14 deletions pythonforandroid/recipes/idna/__init__.py

This file was deleted.

11 changes: 0 additions & 11 deletions pythonforandroid/recipes/ipaddress/__init__.py

This file was deleted.

12 changes: 0 additions & 12 deletions pythonforandroid/recipes/libnacl/__init__.py

This file was deleted.

12 changes: 0 additions & 12 deletions pythonforandroid/recipes/pbkdf2/__init__.py

This file was deleted.

11 changes: 0 additions & 11 deletions pythonforandroid/recipes/pyasn1/__init__.py

This file was deleted.

15 changes: 0 additions & 15 deletions pythonforandroid/recipes/pyethereum/__init__.py

This file was deleted.

1 change: 0 additions & 1 deletion pythonforandroid/recipes/pysdl2/__init__.py
Original file line number Diff line number Diff line change
@@ -1,4 +1,3 @@

from pythonforandroid.recipe import PythonRecipe


Expand Down
11 changes: 0 additions & 11 deletions pythonforandroid/recipes/pyyaml/__init__.py

This file was deleted.

12 changes: 0 additions & 12 deletions pythonforandroid/recipes/requests/__init__.py

This file was deleted.

11 changes: 0 additions & 11 deletions pythonforandroid/recipes/simple-crypt/__init__.py

This file was deleted.

1 change: 0 additions & 1 deletion pythonforandroid/recipes/six/__init__.py
Original file line number Diff line number Diff line change
@@ -1,4 +1,3 @@

from pythonforandroid.recipe import PythonRecipe


Expand Down

0 comments on commit e4404c8

Please sign in to comment.