[gentoo-commits] repo/gentoo:master commit in: dev-python/django-filer/

2015-11-05 Thread Slawek Lis
commit: fdf2cac31c94098b3ad5c0a5b851d65ec21773aa
Author: SÅ‚awomir Lis  gentoo  org>
AuthorDate: Thu Nov  5 13:21:41 2015 +
Commit: Slawek Lis  gentoo  org>
CommitDate: Thu Nov  5 13:34:44 2015 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=fdf2cac3

added django-filer

Package-Manager: portage-2.2.23

 dev-python/django-filer/Manifest   |  1 +
 dev-python/django-filer/django-filer-0.9.12.ebuild | 30 ++
 dev-python/django-filer/metadata.xml   |  7 +
 3 files changed, 38 insertions(+)

diff --git a/dev-python/django-filer/Manifest b/dev-python/django-filer/Manifest
new file mode 100644
index 000..f715346
--- /dev/null
+++ b/dev-python/django-filer/Manifest
@@ -0,0 +1 @@
+DIST django-filer-0.9.12.tar.gz 762305 SHA256 
75dffb0df161d25edb5b1bee3ceaa308223264e35fb87517d733fa2eb1eee5c5 SHA512 
141357b6a039fdd018bc843a8be6c130b31dd246632522bd3b61c35232406fcc1bf8c28862fd2d2466f355240afa4062afb435707ce341112d1aa049aca6bb4f
 WHIRLPOOL 
af62b42ded639037c4f39bfabc594c08b447c6bc7808dcc3a1cab23a5442d6cd0818d8dfc0f56f5d531e18217d8f98a653a07ab0c2b6cd1e71f82a5865936c62

diff --git a/dev-python/django-filer/django-filer-0.9.12.ebuild 
b/dev-python/django-filer/django-filer-0.9.12.ebuild
new file mode 100644
index 000..00a41bc
--- /dev/null
+++ b/dev-python/django-filer/django-filer-0.9.12.ebuild
@@ -0,0 +1,30 @@
+# Copyright 1999-2015 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+# $Id$
+
+EAPI="5"
+
+PYTHON_COMPAT=( python{2_{6,7},3_{3,4}} )
+
+inherit distutils-r1
+
+DESCRIPTION="A file management application for django that makes handling of 
files and images a breeze."
+HOMEPAGE="https://pypi.python.org/pypi/django-filer";
+SRC_URI="mirror://pypi/${PN:0:1}/${PN}/${P}.tar.gz"
+
+LICENSE="BSD"
+KEYWORDS="~amd64 ~x86"
+SLOT="0"
+IUSE=""
+
+RDEPEND="
+   >=dev-python/django-1.4
+   >=dev-python/django_polymorphic-0.2
+   >=dev-python/easy-thumbnails-1.0
+   dev-python/django-mptt
+"
+
+DEPEND="
+   ${RDEPEND}
+   dev-python/setuptools
+"

diff --git a/dev-python/django-filer/metadata.xml 
b/dev-python/django-filer/metadata.xml
new file mode 100644
index 000..e3ff5b2
--- /dev/null
+++ b/dev-python/django-filer/metadata.xml
@@ -0,0 +1,7 @@
+
+http://www.gentoo.org/dtd/metadata.dtd";>
+
+  
+s...@gentoo.org
+  
+
\ No newline at end of file



[gentoo-commits] repo/gentoo:master commit in: dev-python/django-filer/

2015-12-07 Thread Slawek Lis
commit: 37cc345936d8c7e87b7e3ec43cdd55e61930fcf0
Author: Slawomir Lis  gentoo  org>
AuthorDate: Tue Dec  8 05:41:53 2015 +
Commit: Slawek Lis  gentoo  org>
CommitDate: Tue Dec  8 05:41:53 2015 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=37cc3459

version bump

Package-Manager: portage-2.2.26

 dev-python/django-filer/Manifest  |  1 +
 dev-python/django-filer/django-filer-1.0.4.ebuild | 30 +++
 2 files changed, 31 insertions(+)

diff --git a/dev-python/django-filer/Manifest b/dev-python/django-filer/Manifest
index f715346..6fba3c9 100644
--- a/dev-python/django-filer/Manifest
+++ b/dev-python/django-filer/Manifest
@@ -1 +1,2 @@
 DIST django-filer-0.9.12.tar.gz 762305 SHA256 
75dffb0df161d25edb5b1bee3ceaa308223264e35fb87517d733fa2eb1eee5c5 SHA512 
141357b6a039fdd018bc843a8be6c130b31dd246632522bd3b61c35232406fcc1bf8c28862fd2d2466f355240afa4062afb435707ce341112d1aa049aca6bb4f
 WHIRLPOOL 
af62b42ded639037c4f39bfabc594c08b447c6bc7808dcc3a1cab23a5442d6cd0818d8dfc0f56f5d531e18217d8f98a653a07ab0c2b6cd1e71f82a5865936c62
+DIST django-filer-1.0.4.tar.gz 779330 SHA256 
be18c8e568c4e01cb16268e04292c119dd3da18c72812bec0ab818aded40d9a3 SHA512 
a8c527be1d706c0f305a7019155eb9a2d197062b0a37632cbb50b2ed946f6ab05d694325eabe8fcccf183d8a4cdd79da1c0621f5fcda71326f3bac2b659140cc
 WHIRLPOOL 
eebb54f463fc98c39574d4078777f48efe426636aeea19230d4cf1ffc85053ebf435815f813a4f86506ff231e43e5ad8333fe537f6d3d09914970d48ad6e080a

diff --git a/dev-python/django-filer/django-filer-1.0.4.ebuild 
b/dev-python/django-filer/django-filer-1.0.4.ebuild
new file mode 100644
index 000..b2ca6fa
--- /dev/null
+++ b/dev-python/django-filer/django-filer-1.0.4.ebuild
@@ -0,0 +1,30 @@
+# Copyright 1999-2015 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+# $Id$
+
+EAPI="5"
+
+PYTHON_COMPAT=( python{2_{6,7},3_{3,4}} )
+
+inherit distutils-r1
+
+DESCRIPTION="File management application for django that makes handling of 
files and images"
+HOMEPAGE="https://pypi.python.org/pypi/django-filer";
+SRC_URI="mirror://pypi/${PN:0:1}/${PN}/${P}.tar.gz"
+
+LICENSE="BSD"
+KEYWORDS="~amd64 ~x86"
+SLOT="0"
+IUSE=""
+
+RDEPEND="
+   >=dev-python/django-1.5
+   >=dev-python/django_polymorphic-0.2
+   >=dev-python/easy-thumbnails-1.0
+   dev-python/django-mptt
+"
+
+DEPEND="
+   ${RDEPEND}
+   dev-python/setuptools
+"



[gentoo-commits] repo/gentoo:master commit in: dev-python/django-filer/

2017-06-05 Thread Slawek Lis
commit: 2fdbb1b271401132e19e8ee0c9ac65b040fb146b
Author: Slawomir Lis  gentoo  org>
AuthorDate: Mon Jun  5 06:59:26 2017 +
Commit: Slawek Lis  gentoo  org>
CommitDate: Tue Jun  6 06:23:47 2017 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=2fdbb1b2

dev-python/django-filer: drop old

Package-Manager: Portage-2.3.6, Repoman-2.3.2

 dev-python/django-filer/Manifest   |  3 ---
 dev-python/django-filer/django-filer-0.9.12.ebuild | 29 --
 dev-python/django-filer/django-filer-1.0.4.ebuild  | 29 --
 dev-python/django-filer/django-filer-1.2.5.ebuild  | 29 --
 4 files changed, 90 deletions(-)

diff --git a/dev-python/django-filer/Manifest b/dev-python/django-filer/Manifest
index c2cf02bb6ec..9f49315cc05 100644
--- a/dev-python/django-filer/Manifest
+++ b/dev-python/django-filer/Manifest
@@ -1,5 +1,2 @@
-DIST django-filer-0.9.12.tar.gz 762305 SHA256 
75dffb0df161d25edb5b1bee3ceaa308223264e35fb87517d733fa2eb1eee5c5 SHA512 
141357b6a039fdd018bc843a8be6c130b31dd246632522bd3b61c35232406fcc1bf8c28862fd2d2466f355240afa4062afb435707ce341112d1aa049aca6bb4f
 WHIRLPOOL 
af62b42ded639037c4f39bfabc594c08b447c6bc7808dcc3a1cab23a5442d6cd0818d8dfc0f56f5d531e18217d8f98a653a07ab0c2b6cd1e71f82a5865936c62
-DIST django-filer-1.0.4.tar.gz 779330 SHA256 
be18c8e568c4e01cb16268e04292c119dd3da18c72812bec0ab818aded40d9a3 SHA512 
a8c527be1d706c0f305a7019155eb9a2d197062b0a37632cbb50b2ed946f6ab05d694325eabe8fcccf183d8a4cdd79da1c0621f5fcda71326f3bac2b659140cc
 WHIRLPOOL 
eebb54f463fc98c39574d4078777f48efe426636aeea19230d4cf1ffc85053ebf435815f813a4f86506ff231e43e5ad8333fe537f6d3d09914970d48ad6e080a
 DIST django-filer-1.2.0.tar.gz 1100877 SHA256 
2dd61aabfc36ce2ec516b81b3ac36bc8c65b7ffd8498af064d9b9c01498e250b SHA512 
b3cf4d028f0e8fb3e8a43d18002e8f8a2659cb57281fbc8c6e2d1ce6cdcfa165f627d0e393f07eb0ce0aec86f7d99aaf6e6a418334faa6695644d8aef65f5993
 WHIRLPOOL 
1eb588616fefc34724e6b69166c745c8b06bab0392e6df34dc74b98f970759ad3c1d20f154e36832e3d62a2bfc3177728fdd4441e60de177347977baee209b4f
-DIST django-filer-1.2.5.tar.gz 1217522 SHA256 
fd8354d464d4ae98974a8027b3421b208f0e7ca1a72903b15e987c6e25bd3cad SHA512 
e92d4b4aab0ae019a4675e1d6d667c65d6fd6827c2b690e5c012c9cc2f3aa8b6e1052bba898003f48a9845b4ca71ea978b604348041744026c1a24b082d7811d
 WHIRLPOOL 
5d96d98df86f81225208c3041a7e07b5ed04a092f7d55da5e50495c7eb454fc07c0e6aa633d582e12d153f9e2911b9f64302cea0934c839e85740c4440c7cfba
 DIST django-filer-1.2.7.tar.gz 1269205 SHA256 
657685172466f1f63dfd8aba86a7ea732155b5e27a7514ff198686d2eb6d7e76 SHA512 
681f31bf7d3c781e7ef0f1833cc666f993403da527ffa8862585b21b8ebef1eacb2c856abfb1b41028a500eb2fb6533a869da3660a4606ba0c435702fdc7ad9e
 WHIRLPOOL 
be7bd42f84125e148bdf9f0db2d5fdf8bcc45515aebce13f2b2fae95e35f7c27a494fc27a58d9311d31bde10066b28b7105ccd622b962e99ff3f5c4f217a6752

diff --git a/dev-python/django-filer/django-filer-0.9.12.ebuild 
b/dev-python/django-filer/django-filer-0.9.12.ebuild
deleted file mode 100644
index 36e9de0a530..000
--- a/dev-python/django-filer/django-filer-0.9.12.ebuild
+++ /dev/null
@@ -1,29 +0,0 @@
-# Copyright 1999-2015 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI="5"
-
-PYTHON_COMPAT=( python{2_7,3_4} )
-
-inherit distutils-r1
-
-DESCRIPTION="A file management application for django that makes handling of 
files and images a breeze."
-HOMEPAGE="https://pypi.python.org/pypi/django-filer";
-SRC_URI="mirror://pypi/${PN:0:1}/${PN}/${P}.tar.gz"
-
-LICENSE="BSD"
-KEYWORDS="~amd64 ~x86"
-SLOT="0"
-IUSE=""
-
-RDEPEND="
-   >=dev-python/django-1.4
-   >=dev-python/django_polymorphic-0.2
-   >=dev-python/easy-thumbnails-1.0
-   dev-python/django-mptt
-"
-
-DEPEND="
-   ${RDEPEND}
-   dev-python/setuptools
-"

diff --git a/dev-python/django-filer/django-filer-1.0.4.ebuild 
b/dev-python/django-filer/django-filer-1.0.4.ebuild
deleted file mode 100644
index 239869e18c5..000
--- a/dev-python/django-filer/django-filer-1.0.4.ebuild
+++ /dev/null
@@ -1,29 +0,0 @@
-# Copyright 1999-2015 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI="5"
-
-PYTHON_COMPAT=( python{2_7,3_4} )
-
-inherit distutils-r1
-
-DESCRIPTION="File management application for django that makes handling of 
files and images"
-HOMEPAGE="https://pypi.python.org/pypi/django-filer";
-SRC_URI="mirror://pypi/${PN:0:1}/${PN}/${P}.tar.gz"
-
-LICENSE="BSD"
-KEYWORDS="~amd64 ~x86"
-SLOT="0"
-IUSE=""
-
-RDEPEND="
-   >=dev-python/django-1.5
-   >=dev-python/django_polymorphic-0.2
-   >=dev-python/easy-thumbnails-1.0
-   dev-python/django-mptt
-"
-
-DEPEND="
-   ${RDEPEND}
-   dev-python/setuptools
-"

diff --git a/dev-python/django-filer/django-filer-1.2.5.ebuild 
b/dev-python/django-filer/django-filer-1.2.5.ebuild
deleted file mode 100644
index 636bc3e68c9..000
--- a/dev-python/django-filer/django-filer-1.2.5.ebuild
+++ /dev/n

[gentoo-commits] repo/gentoo:master commit in: dev-python/django-filer/

2017-06-14 Thread Pacho Ramos
commit: b95ed5b7d69235a09e4df62deab5bb60399dba94
Author: Pacho Ramos  gentoo  org>
AuthorDate: Wed Jun 14 11:26:18 2017 +
Commit: Pacho Ramos  gentoo  org>
CommitDate: Wed Jun 14 11:42:53 2017 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=b95ed5b7

dev-python/django-filer: Support newer python

Package-Manager: Portage-2.3.6, Repoman-2.3.2

 dev-python/django-filer/django-filer-1.2.7.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/dev-python/django-filer/django-filer-1.2.7.ebuild 
b/dev-python/django-filer/django-filer-1.2.7.ebuild
index d62a3ae3839..689e1625dbd 100644
--- a/dev-python/django-filer/django-filer-1.2.7.ebuild
+++ b/dev-python/django-filer/django-filer-1.2.7.ebuild
@@ -3,7 +3,7 @@
 
 EAPI="5"
 
-PYTHON_COMPAT=( python{2_{6,7},3_4} )
+PYTHON_COMPAT=( python{2_{6,7},3_{4,5,6}} )
 
 inherit distutils-r1
 



[gentoo-commits] repo/gentoo:master commit in: dev-python/django-filer/

2017-05-23 Thread Slawek Lis
commit: 2dcc2f78df754e3a3d35e8806bf97a86b49721fe
Author: Slawomir Lis  gentoo  org>
AuthorDate: Tue May 23 08:47:42 2017 +
Commit: Slawek Lis  gentoo  org>
CommitDate: Tue May 23 10:37:31 2017 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=2dcc2f78

dev-python/django-filer: Updated PYTHON_COMPAT

Package-Manager: Portage-2.3.6, Repoman-2.3.2

 dev-python/django-filer/django-filer-1.2.7.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/dev-python/django-filer/django-filer-1.2.7.ebuild 
b/dev-python/django-filer/django-filer-1.2.7.ebuild
index dfc8d5a176d..d62a3ae3839 100644
--- a/dev-python/django-filer/django-filer-1.2.7.ebuild
+++ b/dev-python/django-filer/django-filer-1.2.7.ebuild
@@ -3,7 +3,7 @@
 
 EAPI="5"
 
-PYTHON_COMPAT=( python{2_{6,7},3_{3,4}} )
+PYTHON_COMPAT=( python{2_{6,7},3_4} )
 
 inherit distutils-r1
 



[gentoo-commits] repo/gentoo:master commit in: dev-python/django-filer/

2017-05-23 Thread Slawek Lis
commit: ea7a7d6e42dd653eedc26f533a908f15d96840e5
Author: Slawomir Lis  gentoo  org>
AuthorDate: Tue May 23 08:43:59 2017 +
Commit: Slawek Lis  gentoo  org>
CommitDate: Tue May 23 10:37:29 2017 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=ea7a7d6e

dev-python/django-filer: version bump to 1.2.7

Also added PYTHON_USEDEP as needed

Package-Manager: Portage-2.3.6, Repoman-2.3.2

 dev-python/django-filer/Manifest  |  1 +
 dev-python/django-filer/django-filer-1.2.7.ebuild | 29 +++
 2 files changed, 30 insertions(+)

diff --git a/dev-python/django-filer/Manifest b/dev-python/django-filer/Manifest
index 2c4273e2215..c2cf02bb6ec 100644
--- a/dev-python/django-filer/Manifest
+++ b/dev-python/django-filer/Manifest
@@ -2,3 +2,4 @@ DIST django-filer-0.9.12.tar.gz 762305 SHA256 
75dffb0df161d25edb5b1bee3ceaa30822
 DIST django-filer-1.0.4.tar.gz 779330 SHA256 
be18c8e568c4e01cb16268e04292c119dd3da18c72812bec0ab818aded40d9a3 SHA512 
a8c527be1d706c0f305a7019155eb9a2d197062b0a37632cbb50b2ed946f6ab05d694325eabe8fcccf183d8a4cdd79da1c0621f5fcda71326f3bac2b659140cc
 WHIRLPOOL 
eebb54f463fc98c39574d4078777f48efe426636aeea19230d4cf1ffc85053ebf435815f813a4f86506ff231e43e5ad8333fe537f6d3d09914970d48ad6e080a
 DIST django-filer-1.2.0.tar.gz 1100877 SHA256 
2dd61aabfc36ce2ec516b81b3ac36bc8c65b7ffd8498af064d9b9c01498e250b SHA512 
b3cf4d028f0e8fb3e8a43d18002e8f8a2659cb57281fbc8c6e2d1ce6cdcfa165f627d0e393f07eb0ce0aec86f7d99aaf6e6a418334faa6695644d8aef65f5993
 WHIRLPOOL 
1eb588616fefc34724e6b69166c745c8b06bab0392e6df34dc74b98f970759ad3c1d20f154e36832e3d62a2bfc3177728fdd4441e60de177347977baee209b4f
 DIST django-filer-1.2.5.tar.gz 1217522 SHA256 
fd8354d464d4ae98974a8027b3421b208f0e7ca1a72903b15e987c6e25bd3cad SHA512 
e92d4b4aab0ae019a4675e1d6d667c65d6fd6827c2b690e5c012c9cc2f3aa8b6e1052bba898003f48a9845b4ca71ea978b604348041744026c1a24b082d7811d
 WHIRLPOOL 
5d96d98df86f81225208c3041a7e07b5ed04a092f7d55da5e50495c7eb454fc07c0e6aa633d582e12d153f9e2911b9f64302cea0934c839e85740c4440c7cfba
+DIST django-filer-1.2.7.tar.gz 1269205 SHA256 
657685172466f1f63dfd8aba86a7ea732155b5e27a7514ff198686d2eb6d7e76 SHA512 
681f31bf7d3c781e7ef0f1833cc666f993403da527ffa8862585b21b8ebef1eacb2c856abfb1b41028a500eb2fb6533a869da3660a4606ba0c435702fdc7ad9e
 WHIRLPOOL 
be7bd42f84125e148bdf9f0db2d5fdf8bcc45515aebce13f2b2fae95e35f7c27a494fc27a58d9311d31bde10066b28b7105ccd622b962e99ff3f5c4f217a6752

diff --git a/dev-python/django-filer/django-filer-1.2.7.ebuild 
b/dev-python/django-filer/django-filer-1.2.7.ebuild
new file mode 100644
index 000..dfc8d5a176d
--- /dev/null
+++ b/dev-python/django-filer/django-filer-1.2.7.ebuild
@@ -0,0 +1,29 @@
+# Copyright 1999-2017 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI="5"
+
+PYTHON_COMPAT=( python{2_{6,7},3_{3,4}} )
+
+inherit distutils-r1
+
+DESCRIPTION="File management application for django that makes handling of 
files and images"
+HOMEPAGE="https://pypi.python.org/pypi/django-filer";
+SRC_URI="mirror://pypi/${PN:0:1}/${PN}/${P}.tar.gz"
+
+LICENSE="BSD"
+KEYWORDS="~amd64 ~x86"
+SLOT="0"
+IUSE=""
+
+RDEPEND="
+   >=dev-python/django-1.5[${PYTHON_USEDEP}]
+   >=dev-python/django_polymorphic-0.2[${PYTHON_USEDEP}]
+   >=dev-python/easy-thumbnails-1.0[${PYTHON_USEDEP}]
+   dev-python/django-mptt[${PYTHON_USEDEP}]
+"
+
+DEPEND="
+   ${RDEPEND}
+   dev-python/setuptools[${PYTHON_USEDEP}]
+"



[gentoo-commits] repo/gentoo:master commit in: dev-python/django-filer/

2016-06-12 Thread Slawek Lis
commit: a3b576bf1aad295874ba32bb3c75fee52768ae51
Author: Slawomir Lis  gentoo  org>
AuthorDate: Mon Jun 13 06:59:21 2016 +
Commit: Slawek Lis  gentoo  org>
CommitDate: Mon Jun 13 06:59:21 2016 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=a3b576bf

version bump

Package-Manager: portage-2.3.0_rc1

 dev-python/django-filer/Manifest  |  1 +
 dev-python/django-filer/django-filer-1.2.0.ebuild | 30 +++
 2 files changed, 31 insertions(+)

diff --git a/dev-python/django-filer/Manifest b/dev-python/django-filer/Manifest
index 6fba3c9..78caac7 100644
--- a/dev-python/django-filer/Manifest
+++ b/dev-python/django-filer/Manifest
@@ -1,2 +1,3 @@
 DIST django-filer-0.9.12.tar.gz 762305 SHA256 
75dffb0df161d25edb5b1bee3ceaa308223264e35fb87517d733fa2eb1eee5c5 SHA512 
141357b6a039fdd018bc843a8be6c130b31dd246632522bd3b61c35232406fcc1bf8c28862fd2d2466f355240afa4062afb435707ce341112d1aa049aca6bb4f
 WHIRLPOOL 
af62b42ded639037c4f39bfabc594c08b447c6bc7808dcc3a1cab23a5442d6cd0818d8dfc0f56f5d531e18217d8f98a653a07ab0c2b6cd1e71f82a5865936c62
 DIST django-filer-1.0.4.tar.gz 779330 SHA256 
be18c8e568c4e01cb16268e04292c119dd3da18c72812bec0ab818aded40d9a3 SHA512 
a8c527be1d706c0f305a7019155eb9a2d197062b0a37632cbb50b2ed946f6ab05d694325eabe8fcccf183d8a4cdd79da1c0621f5fcda71326f3bac2b659140cc
 WHIRLPOOL 
eebb54f463fc98c39574d4078777f48efe426636aeea19230d4cf1ffc85053ebf435815f813a4f86506ff231e43e5ad8333fe537f6d3d09914970d48ad6e080a
+DIST django-filer-1.2.0.tar.gz 1100877 SHA256 
2dd61aabfc36ce2ec516b81b3ac36bc8c65b7ffd8498af064d9b9c01498e250b SHA512 
b3cf4d028f0e8fb3e8a43d18002e8f8a2659cb57281fbc8c6e2d1ce6cdcfa165f627d0e393f07eb0ce0aec86f7d99aaf6e6a418334faa6695644d8aef65f5993
 WHIRLPOOL 
1eb588616fefc34724e6b69166c745c8b06bab0392e6df34dc74b98f970759ad3c1d20f154e36832e3d62a2bfc3177728fdd4441e60de177347977baee209b4f

diff --git a/dev-python/django-filer/django-filer-1.2.0.ebuild 
b/dev-python/django-filer/django-filer-1.2.0.ebuild
new file mode 100644
index 000..3713293
--- /dev/null
+++ b/dev-python/django-filer/django-filer-1.2.0.ebuild
@@ -0,0 +1,30 @@
+# Copyright 1999-2016 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+# $Id$
+
+EAPI="5"
+
+PYTHON_COMPAT=( python{2_{6,7},3_{3,4}} )
+
+inherit distutils-r1
+
+DESCRIPTION="File management application for django that makes handling of 
files and images"
+HOMEPAGE="https://pypi.python.org/pypi/django-filer";
+SRC_URI="mirror://pypi/${PN:0:1}/${PN}/${P}.tar.gz"
+
+LICENSE="BSD"
+KEYWORDS="~amd64 ~x86"
+SLOT="0"
+IUSE=""
+
+RDEPEND="
+   >=dev-python/django-1.5
+   >=dev-python/django_polymorphic-0.2
+   >=dev-python/easy-thumbnails-1.0
+   dev-python/django-mptt
+"
+
+DEPEND="
+   ${RDEPEND}
+   dev-python/setuptools
+"



[gentoo-commits] repo/gentoo:master commit in: dev-python/django-filer/

2016-10-24 Thread Slawek Lis
commit: 56d593ae65420ae517c877a787557e4f3819b68a
Author: Slawomir Lis  gentoo  org>
AuthorDate: Mon Oct 24 07:04:34 2016 +
Commit: Slawek Lis  gentoo  org>
CommitDate: Mon Oct 24 07:04:34 2016 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=56d593ae

dev-python/django-filer: version bump to 1.2.5

Package-Manager: portage-2.3.2

 dev-python/django-filer/Manifest  |  1 +
 dev-python/django-filer/django-filer-1.2.5.ebuild | 30 +++
 2 files changed, 31 insertions(+)

diff --git a/dev-python/django-filer/Manifest b/dev-python/django-filer/Manifest
index 78caac7..2c4273e 100644
--- a/dev-python/django-filer/Manifest
+++ b/dev-python/django-filer/Manifest
@@ -1,3 +1,4 @@
 DIST django-filer-0.9.12.tar.gz 762305 SHA256 
75dffb0df161d25edb5b1bee3ceaa308223264e35fb87517d733fa2eb1eee5c5 SHA512 
141357b6a039fdd018bc843a8be6c130b31dd246632522bd3b61c35232406fcc1bf8c28862fd2d2466f355240afa4062afb435707ce341112d1aa049aca6bb4f
 WHIRLPOOL 
af62b42ded639037c4f39bfabc594c08b447c6bc7808dcc3a1cab23a5442d6cd0818d8dfc0f56f5d531e18217d8f98a653a07ab0c2b6cd1e71f82a5865936c62
 DIST django-filer-1.0.4.tar.gz 779330 SHA256 
be18c8e568c4e01cb16268e04292c119dd3da18c72812bec0ab818aded40d9a3 SHA512 
a8c527be1d706c0f305a7019155eb9a2d197062b0a37632cbb50b2ed946f6ab05d694325eabe8fcccf183d8a4cdd79da1c0621f5fcda71326f3bac2b659140cc
 WHIRLPOOL 
eebb54f463fc98c39574d4078777f48efe426636aeea19230d4cf1ffc85053ebf435815f813a4f86506ff231e43e5ad8333fe537f6d3d09914970d48ad6e080a
 DIST django-filer-1.2.0.tar.gz 1100877 SHA256 
2dd61aabfc36ce2ec516b81b3ac36bc8c65b7ffd8498af064d9b9c01498e250b SHA512 
b3cf4d028f0e8fb3e8a43d18002e8f8a2659cb57281fbc8c6e2d1ce6cdcfa165f627d0e393f07eb0ce0aec86f7d99aaf6e6a418334faa6695644d8aef65f5993
 WHIRLPOOL 
1eb588616fefc34724e6b69166c745c8b06bab0392e6df34dc74b98f970759ad3c1d20f154e36832e3d62a2bfc3177728fdd4441e60de177347977baee209b4f
+DIST django-filer-1.2.5.tar.gz 1217522 SHA256 
fd8354d464d4ae98974a8027b3421b208f0e7ca1a72903b15e987c6e25bd3cad SHA512 
e92d4b4aab0ae019a4675e1d6d667c65d6fd6827c2b690e5c012c9cc2f3aa8b6e1052bba898003f48a9845b4ca71ea978b604348041744026c1a24b082d7811d
 WHIRLPOOL 
5d96d98df86f81225208c3041a7e07b5ed04a092f7d55da5e50495c7eb454fc07c0e6aa633d582e12d153f9e2911b9f64302cea0934c839e85740c4440c7cfba

diff --git a/dev-python/django-filer/django-filer-1.2.5.ebuild 
b/dev-python/django-filer/django-filer-1.2.5.ebuild
new file mode 100644
index ..3713293
--- /dev/null
+++ b/dev-python/django-filer/django-filer-1.2.5.ebuild
@@ -0,0 +1,30 @@
+# Copyright 1999-2016 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+# $Id$
+
+EAPI="5"
+
+PYTHON_COMPAT=( python{2_{6,7},3_{3,4}} )
+
+inherit distutils-r1
+
+DESCRIPTION="File management application for django that makes handling of 
files and images"
+HOMEPAGE="https://pypi.python.org/pypi/django-filer";
+SRC_URI="mirror://pypi/${PN:0:1}/${PN}/${P}.tar.gz"
+
+LICENSE="BSD"
+KEYWORDS="~amd64 ~x86"
+SLOT="0"
+IUSE=""
+
+RDEPEND="
+   >=dev-python/django-1.5
+   >=dev-python/django_polymorphic-0.2
+   >=dev-python/easy-thumbnails-1.0
+   dev-python/django-mptt
+"
+
+DEPEND="
+   ${RDEPEND}
+   dev-python/setuptools
+"