From 48aa661c8975b31145ec613efc41fe1e94de558c Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Bar=C4=B1=C5=9F=20Metin?= Date: Wed, 10 Aug 2005 06:55:35 +0000 Subject: [PATCH] =?UTF-8?q?"import=20pisi"=20P=C4=B0S=C4=B0'yi=20kullanaca?= =?UTF-8?q?klara=20yeterli=20bir=20aray=C3=BCz=20sunmal=C4=B1.=20YALI,=20T?= =?UTF-8?q?ASMA=20gibi=20d=C4=B1=C5=9Far=C4=B1daki=20kullan=C4=B1c=C4=B1la?= =?UTF-8?q?r=20yal=C4=B1n=C4=B1zca=20pisi'yi=20import=20ederek=20P=C4=B0S?= =?UTF-8?q?=C4=B0'nin=20di=C4=9Fer=20mod=C3=BClleri=20ile=20do=C4=9Frudan?= =?UTF-8?q?=20etkile=C5=9Fimde=20bulunmadan=20yapmalar=C4=B1=20gereken=20i?= =?UTF-8?q?=C5=9Flemleri=20ger=C3=A7ekle=C5=9Ftirebilmeliler.?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Bunun için __init__.py'de gerekli düzenlemenin yapılması gerekecek. Örnek bir kullanım: import pisi pisi.repodb.add_repo("name", "URI") pisi.update_repo("name") [...] for package_name ins some_package_list: pisi.install(package_name) --- TODO | 1 + 1 file changed, 1 insertion(+) diff --git a/TODO b/TODO index 25610044..ba9ebd67 100644 --- a/TODO +++ b/TODO @@ -119,6 +119,7 @@ Legend: + keep track of successfully completed configure, make, install steps (necessary for large-scale builds?) (meren) + database locking bugs (eray) + + provide a library interface for users outside (YALI, TASMA). "import pisi" (baris) 4. Release (bug fix, guzellestirme vs.)